From 470f3688e253cacdd76563b447f726b5a6d571ab Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 7 Aug 2023 14:11:34 +0300 Subject: [PATCH] No CSS --- style.css | 5 ----- www.do | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 style.css diff --git a/style.css b/style.css deleted file mode 100644 index 44fa2e0..0000000 --- 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 0a93246..90c52e7 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 \ -- 2.44.0