From: Sergey Matveev Date: Sun, 10 Jan 2016 09:48:17 +0000 (+0300) Subject: [DOC] Apply bettermotherfuckingwebsite.com's CSS X-Git-Tag: 5.1^2~10 X-Git-Url: http://www.git.cypherpunks.ru/?p=govpn.git;a=commitdiff_plain;h=c2c01f9510ab2f669b6595c1692ee9c4a06dd7d0 [DOC] Apply bettermotherfuckingwebsite.com's CSS Signed-off-by: Sergey Matveev --- diff --git a/doc/Makefile b/doc/Makefile index b0a891c..e68437a 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -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 index 0000000..e63659a --- /dev/null +++ b/doc/style.css @@ -0,0 +1,4 @@ +body { + margin: auto; + max-width: 800px; +}