From: Sergey Matveev <stargrave@stargrave.org>
Date: Thu, 20 Jul 2023 11:27:42 +0000 (+0300)
Subject: No CSS
X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=bb65b96b0e9d3ad302b8876b1ae3216754311b18;p=godlighty.git

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 6891169..9f0d6c2 100644
--- a/doc/www.do
+++ b/doc/www.do
@@ -2,7 +2,7 @@ redo-ifchange *.texi
 html=godlighty.html
 rm -f $html/*.html
 ${MAKEINFO:=makeinfo} --html \
-    --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 \