From 2ff1e1abe5d3b86971be13c4cdedca3a40f2cf4a Mon Sep 17 00:00:00 2001 From: Tony S Yu Date: Sun, 5 Feb 2012 01:42:16 -0500 Subject: [PATCH] DOC: Adjust font sizes. --- doc/source/themes/agogo/static/agogo.css_t | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/source/themes/agogo/static/agogo.css_t b/doc/source/themes/agogo/static/agogo.css_t index 2f989f5d..1160305c 100644 --- a/doc/source/themes/agogo/static/agogo.css_t +++ b/doc/source/themes/agogo/static/agogo.css_t @@ -187,9 +187,10 @@ div.document { div.body { padding-right: 2em; - text-align: {{ theme_textalign }}; - overflow: hidden; min-width: 20em; + overflow: hidden; + font-size: 90%; + text-align: {{ theme_textalign }}; } div.document ul { @@ -526,9 +527,9 @@ div.body h6 { padding: 3px 0 3px 0px; } -div.body h1 { margin-top: 0; font-size: 200%; } -div.body h2 { font-size: 160%; } -div.body h3 { font-size: 140%; } +div.body h1 { margin-top: 0; font-size: 160%; } +div.body h2 { font-size: 150%; } +div.body h3 { font-size: 130%; } div.body h4 { font-size: 120%; } div.body h5 { font-size: 110%; } div.body h6 { font-size: 100%; }