From 7cd9928d5467eb97e620528a88263ba3bd3cdde6 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 11 Aug 2023 11:47:39 +0300 Subject: [PATCH] =?utf8?q?=D0=9D=D0=B5=D1=82=20CSS?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- all.do | 2 +- style.css | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 style.css diff --git a/all.do b/all.do index 9ffa4f4..8e018eb 100644 --- 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 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 } -- 2.44.0