From c2c01f9510ab2f669b6595c1692ee9c4a06dd7d0 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 10 Jan 2016 12:48:17 +0300 Subject: [PATCH] [DOC] Apply bettermotherfuckingwebsite.com's CSS Signed-off-by: Sergey Matveev --- doc/Makefile | 2 +- doc/style.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 doc/style.css 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; +} -- 2.44.0