diff options
author | Jakob Unterwurzacher | 2016-07-16 16:22:34 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-07-16 16:22:34 +0200 |
commit | 6d3eb784d0730fa317b4019edcca68df6862a498 (patch) | |
tree | 074cd8e0f27dfef6e17b08c3242f406a6c1e678f /xreadthedocs/css | |
parent | 5c0c117fafaf36530451cd4b9e61bb5d4e835891 (diff) |
Add CryFS to comparison
As per user request at
https://github.com/rfjakob/gocryptfs-website/issues/1
Diffstat (limited to 'xreadthedocs/css')
-rw-r--r-- | xreadthedocs/css/theme_extra.css | 9 |
1 files changed, 8 insertions, 1 deletions
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; +} |