html fix
This commit is contained in:
parent
4b0c4c9d3d
commit
ef4ea218f3
|
@ -10,8 +10,6 @@ a { color: #309030; text-decoration: none; }
|
||||||
a:visited { color: #A0C050; }
|
a:visited { color: #A0C050; }
|
||||||
a:hover { background: #E0FFD0; }
|
a:hover { background: #E0FFD0; }
|
||||||
ul { list-style: none; padding: 0; margin: 0; }
|
ul { list-style: none; padding: 0; margin: 0; }
|
||||||
li { padding-left: 1em;text-indent: -.7em;}
|
|
||||||
li:before { content: "4"; color: #005000; font-family:"Webdings"; }
|
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
@ -1755,15 +1755,6 @@ generate_custom_headers(){
|
||||||
"padding: 0; "
|
"padding: 0; "
|
||||||
"margin: 0; "
|
"margin: 0; "
|
||||||
"}\n"
|
"}\n"
|
||||||
"li { "
|
|
||||||
"padding-left: 1em;"
|
|
||||||
"text-indent: -.7em;"
|
|
||||||
"}\n"
|
|
||||||
"li:before { "
|
|
||||||
"content: \"4\"; "
|
|
||||||
"color: " POP_COLOR_2 "; "
|
|
||||||
"font-family:\"Webdings\"; "
|
|
||||||
"}\n"
|
|
||||||
|
|
||||||
"</style>\n"
|
"</style>\n"
|
||||||
"</head>\n"
|
"</head>\n"
|
||||||
|
|
|
@ -35,7 +35,6 @@ copy 4coder_*.cpp ..\current_dist_super\4coder\*
|
||||||
copy README.txt ..\current_dist_super\4coder\*
|
copy README.txt ..\current_dist_super\4coder\*
|
||||||
copy TODO.txt ..\current_dist_super\4coder\*
|
copy TODO.txt ..\current_dist_super\4coder\*
|
||||||
copy SUPERREADME.txt ..\current_dist_super\4coder\*
|
copy SUPERREADME.txt ..\current_dist_super\4coder\*
|
||||||
copy 4coder_API.html ..\current_dist_super\4coder\*
|
|
||||||
copy ..\current_dist\4coder\3rdparty\* ..\current_dist_super\4coder\3rdparty\*
|
copy ..\current_dist\4coder\3rdparty\* ..\current_dist_super\4coder\3rdparty\*
|
||||||
REM del ..\current_dist_super\4coder\*.pdb
|
REM del ..\current_dist_super\4coder\*.pdb
|
||||||
del ..\current_dist_super\4coder\*.lib
|
del ..\current_dist_super\4coder\*.lib
|
||||||
|
@ -43,6 +42,8 @@ del ..\current_dist_super\4coder\*.obj
|
||||||
del ..\current_dist_super\4coder\4coder_custom.dll
|
del ..\current_dist_super\4coder\4coder_custom.dll
|
||||||
del ..\current_dist_super\4coder\.4coder_settings
|
del ..\current_dist_super\4coder\.4coder_settings
|
||||||
|
|
||||||
|
copy 4coder_API.html ..\current_dist_super\*
|
||||||
|
|
||||||
del ..\current_dist_power\power\* /F /Q
|
del ..\current_dist_power\power\* /F /Q
|
||||||
copy power\* ..\current_dist_power\power\*
|
copy power\* ..\current_dist_power\power\*
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue