From 6d3eb784d0730fa317b4019edcca68df6862a498 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sat, 16 Jul 2016 16:22:34 +0200 Subject: Add CryFS to comparison As per user request at https://github.com/rfjakob/gocryptfs-website/issues/1 --- xreadthedocs/css/theme_extra.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'xreadthedocs') diff --git a/xreadthedocs/css/theme_extra.css b/xreadthedocs/css/theme_extra.css index a516b09..7b5701f 100644 --- a/xreadthedocs/css/theme_extra.css +++ b/xreadthedocs/css/theme_extra.css @@ -223,4 +223,11 @@ p { thead { white-space: normal !important; vertical-align: top !important; -} \ No newline at end of file +} + + +div.wy-nav-content { + /* The tables on the comparison page have gotten too big for the + default of 800px */ + max-width: 900px; +} -- cgit v1.2.3