From: David Griffith Date: Thu, 14 Apr 2016 07:53:56 +0000 (-0700) Subject: Increased html page_width a bit to allow for all 80 columns of transcripts to appear X-Git-Url: https://jxself.org/git/?p=ibg.git;a=commitdiff_plain;h=c6f14da829dc141294413c37f3c6b7de21244dcb Increased html page_width a bit to allow for all 80 columns of transcripts to appear --- diff --git a/conf.py b/conf.py index d85a8c6..0fce4e8 100644 --- 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, }