]> Cypherpunks.ru repositories - govpn.git/commitdiff
[DOC] Apply bettermotherfuckingwebsite.com's CSS
authorSergey Matveev <stargrave@stargrave.org>
Sun, 10 Jan 2016 09:48:17 +0000 (12:48 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 10 Jan 2016 09:48:17 +0000 (12:48 +0300)
Signed-off-by: Sergey Matveev <stargrave@stargrave.org>
doc/Makefile
doc/style.css [new file with mode: 0644]

index b0a891cee96df51bd43ea9e96c725b432e60fdd5..e68437a4e8229a75d987426f678847ad5ac5d8a8 100644 (file)
@@ -10,4 +10,4 @@ govpn.info: *.texi handshake.utxt
 
 govpn.html: *.texi handshake.utxt
        rm -f govpn.html/*.html
-       $(MAKEINFO) --html -o govpn.html govpn.texi
+       $(MAKEINFO) --html --css-include=style.css -o govpn.html govpn.texi
diff --git a/doc/style.css b/doc/style.css
new file mode 100644 (file)
index 0000000..e63659a
--- /dev/null
@@ -0,0 +1,4 @@
+body {
+    margin: auto;
+    max-width: 800px;
+}