aboutsummaryrefslogtreecommitdiff
path: root/xreadthedocs/css
diff options
context:
space:
mode:
authorJakob Unterwurzacher2016-07-16 16:22:34 +0200
committerJakob Unterwurzacher2016-07-16 16:22:34 +0200
commit6d3eb784d0730fa317b4019edcca68df6862a498 (patch)
tree074cd8e0f27dfef6e17b08c3242f406a6c1e678f /xreadthedocs/css
parent5c0c117fafaf36530451cd4b9e61bb5d4e835891 (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.css9
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;
+}