]> Sergey Matveev's repositories - feeder.git/commitdiff
No CSS
authorSergey Matveev <stargrave@stargrave.org>
Sat, 23 Sep 2023 11:40:17 +0000 (14:40 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sat, 23 Sep 2023 11:40:17 +0000 (14:40 +0300)
doc/style.css [deleted file]
doc/www.do

diff --git a/doc/style.css b/doc/style.css
deleted file mode 100644 (file)
index 44fa2e0..0000000
+++ /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 }
index 9c6a9660767e63e43e9f0494ed1be435ba7f5488..9781b9a5262a651b4aa5f3c539d76f87f7f086dd 100644 (file)
@@ -2,7 +2,7 @@ redo-ifchange *.texi
 html=feeder.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 \