This commit is contained in:
Allen Webster 2016-07-05 10:08:00 -04:00
parent 4b0c4c9d3d
commit ef4ea218f3
3 changed files with 2 additions and 12 deletions

View File

@ -10,8 +10,6 @@ a { color: #309030; text-decoration: none; }
a:visited { color: #A0C050; }
a:hover { background: #E0FFD0; }
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>
</head>
<body>

View File

@ -1755,15 +1755,6 @@ generate_custom_headers(){
"padding: 0; "
"margin: 0; "
"}\n"
"li { "
"padding-left: 1em;"
"text-indent: -.7em;"
"}\n"
"li:before { "
"content: \"4\"; "
"color: " POP_COLOR_2 "; "
"font-family:\"Webdings\"; "
"}\n"
"</style>\n"
"</head>\n"

View File

@ -35,7 +35,6 @@ copy 4coder_*.cpp ..\current_dist_super\4coder\*
copy README.txt ..\current_dist_super\4coder\*
copy TODO.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\*
REM del ..\current_dist_super\4coder\*.pdb
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_settings
copy 4coder_API.html ..\current_dist_super\*
del ..\current_dist_power\power\* /F /Q
copy power\* ..\current_dist_power\power\*