From: Sergey Matveev Date: Sat, 8 Oct 2016 09:16:12 +0000 (+0300) Subject: Более компактный CSS X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=7013528837a2a3b9d69b9ac0265cbe82801111f9;p=cypherpunks-www.git Более компактный CSS --- diff --git a/Makefile b/Makefile index 79dd5a9..c876cfa 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,10 @@ +CSS != cat style.css + html: makeinfo --html \ - --css-include=style.css \ + --set-customization-variable CSS_LINES='$(CSS)' \ --set-customization-variable SHOW_TITLE=0 \ + --set-customization-variable USE_ACCESSKEY=0 \ --set-customization-variable DATE_IN_HEADER=1 \ --set-customization-variable TOP_NODE_UP_URL=index.html \ -o cypherpunks.html index.texi diff --git a/style.css b/style.css index 19806be..dc94af9 100644 --- a/style.css +++ b/style.css @@ -1,17 +1,10 @@ +