From: Sergey Matveev Date: Sat, 8 Oct 2016 09:14:46 +0000 (+0300) Subject: Более компактный CSS X-Git-Url: http://www.git.cypherpunks.ru/?p=cryptoparty-www.git;a=commitdiff_plain;h=36d88253475d1425e3645e7e25ff5416de3f4690;hp=bc51e44c95f3595128e030e988b1c91bb9146c09 Более компактный CSS --- diff --git a/Makefile b/Makefile index bcdfe9e..92ae85e 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 cryptoparty.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 @@ +