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 c7c2a8aad67831f2086b32f6eb9b28643081416857f2927105b98a84a9b62ee6..518a5a5ea02bf5179be70152bc08d34e3540b774193f6e72d23a96b9ae457646 100644 --- a/www.do +++ b/www.do @@ -2,7 +2,7 @@ redo-ifchange *.texi VERSION rm -f pygost.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 \