summaryrefslogtreecommitdiffstats
path: root/doc/conf.py
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2012-12-13 09:53:23 -0500
committerTom Yu <tlyu@mit.edu>2012-12-14 14:21:00 -0500
commitbba7ed92a0b9800d9f5fdb14f5f66f755e9d92fa (patch)
treeac5cf54b19b5ba62fb0d7a62ca24b255abf8fa0a /doc/conf.py
parent060b1eb1e38b294495adab784da32ca4e9871d20 (diff)
downloadkrb5-bba7ed92a0b9800d9f5fdb14f5f66f755e9d92fa.tar.gz
krb5-bba7ed92a0b9800d9f5fdb14f5f66f755e9d92fa.tar.xz
krb5-bba7ed92a0b9800d9f5fdb14f5f66f755e9d92fa.zip
Fix documentation browser resizing behavior
Remove hardcoded dimensions from a few CSS parameters to prevent layout problems when readers resize their browsers to have a narrower window. Set a max-width: 60em on the main content so that text remains readable on wide browser windows. ticket: 7503 (new) target_version: 1.11 tags: pullup
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 53898aec7d..44fe812574 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -107,8 +107,8 @@ html_theme = 'agogo'
# further. For a list of options available for each theme, see the
# documentation.
html_theme_options = { "linkcolor": "#a63019", "footerbg": "#59121e",
- "bgcolor": "#59121e", "documentwidth": "900px",
- "pagewidth": "960px", "sidebarwidth": "40px" }
+ "bgcolor": "#59121e", "documentwidth": "80%",
+ "pagewidth": "auto", "sidebarwidth": "20%" }
# Add any paths that contain custom themes here, relative to this directory.
#html_theme_path = []