]> Cypherpunks.ru repositories - cypherpunks-www.git/commitdiff
Нет CSS
authorSergey Matveev <stargrave@stargrave.org>
Fri, 11 Aug 2023 08:47:39 +0000 (11:47 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 11 Aug 2023 08:47:39 +0000 (11:47 +0300)
all.do
style.css [deleted file]

diff --git a/all.do b/all.do
index 9ffa4f4cd2fddc4bfadcc17dc82e36803b6454fb..8e018eb44ceb0a3e6b4f830598ddb03bd8156a5a 100644 (file)
--- a/all.do
+++ b/all.do
@@ -1,7 +1,7 @@
 html=cypherpunks.html
 rm -rf $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 \
diff --git a/style.css b/style.css
deleted file mode 100644 (file)
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 }