From: Sergey Matveev Date: Sun, 10 Jan 2016 09:13:04 +0000 (+0300) Subject: Применить bettermotherfuckingwebsite.com's CSS X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=0d2675d328a0f20d4eef199723afa433be5c47c2;p=cypherpunks-www.git Применить bettermotherfuckingwebsite.com's CSS --- diff --git a/Makefile b/Makefile index 1c1b063..7fdbcfb 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ clean: rm -rf out.html html: - makeinfo --html -o out.html index.texi + makeinfo --html --css-include=style.css -o out.html index.texi static: cd static ; tar cf - . | tar xfC - ../out.html diff --git a/style.css b/style.css new file mode 100644 index 0000000..e63659a --- /dev/null +++ b/style.css @@ -0,0 +1,4 @@ +body { + margin: auto; + max-width: 800px; +}