]> Cypherpunks.ru repositories - cypherpunks-www.git/commitdiff
Применить bettermotherfuckingwebsite.com's CSS
authorSergey Matveev <stargrave@stargrave.org>
Sun, 10 Jan 2016 09:13:04 +0000 (12:13 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 10 Jan 2016 09:47:16 +0000 (12:47 +0300)
Makefile
style.css [new file with mode: 0644]

index 1c1b063670a2d956802d789f8720c0f3fc6ed40c..7fdbcfb6a14b61eb10c44b0172e099e378f38b4f 100644 (file)
--- 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 (file)
index 0000000..e63659a
--- /dev/null
+++ b/style.css
@@ -0,0 +1,4 @@
+body {
+    margin: auto;
+    max-width: 800px;
+}