From: Sergey Matveev Date: Tue, 8 Aug 2023 12:10:10 +0000 (+0300) Subject: No CSS X-Git-Tag: v4.2.0~8 X-Git-Url: http://www.git.cypherpunks.ru/?p=gocheese.git;a=commitdiff_plain;h=0d1245085c3323739f476fb40a632fb2840369b0 No CSS --- diff --git a/doc/style.css b/doc/style.css deleted file mode 100644 index 44fa2e0..0000000 --- a/doc/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/doc/www.do b/doc/www.do index c0b8a81..ca87b9a 100644 --- a/doc/www.do +++ b/doc/www.do @@ -3,7 +3,7 @@ html=gocheese.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 \