style.css | 5 ----- www.do | 2 +- diff --git a/style.css b/style.css deleted file mode 100644 index 7b29463e7dab00907f74b58401bc74e06d55bd05fff3d7aed283a1b793c08f4c..0000000000000000000000000000000000000000 --- a/style.css +++ /dev/null @@ -1,5 +0,0 @@ -body { background-color: #AEBECE } -h1, h2, h3, h4 { text-align: center } -h1, h2, h3, h4, strong { color: #900090 } -pre { background-color: #CCCCCC } -table, th, td { border: 1px solid black ; border-collapse: collapse } diff --git a/www.do b/www.do index 5c358b9e54a4e167eb223c047e79432225fe9eaa91472662ed8fec6082fc3019..306435416cd7bb00922752202adeece5252c36b255adceb61c672156f139beea 100644 --- a/www.do +++ b/www.do @@ -3,7 +3,7 @@ html=gogost.html rm -f $html/*.html ${MAKEINFO:-makeinfo} --html \ -D "VERSION `cat VERSION`" \ - --css-include style.css \ + --set-customization-variable NO_CSS=1 \ --set-customization-variable SECTION_NAME_IN_TITLE=1 \ --set-customization-variable TREE_TRANSFORMATIONS=complete_tree_nodes_menus \ --set-customization-variable FORMAT_MENU=menu \