Increased html page_width a bit to allow for all 80 columns of transcripts to appear
authorDavid Griffith <dave@661.org>
Thu, 14 Apr 2016 07:53:56 +0000 (00:53 -0700)
committerDavid Griffith <dave@661.org>
Thu, 14 Apr 2016 07:53:56 +0000 (00:53 -0700)
conf.py

diff --git a/conf.py b/conf.py
index d85a8c6214493b05b801a47e7f75c2a63516a5f1..0fce4e8dfb0136d357dca634cf343c90d1bc872a 100644 (file)
--- a/conf.py
+++ b/conf.py
@@ -132,7 +132,7 @@ html_theme = 'alabaster'
 html_theme_options = {
     'font_family': 'Georgia',
     'head_font_family': 'Georgia',
-    'page_width': '1000px',
+    'page_width': '1050px',
     'show_related': True,
 }