From fadd72dcf8cedb4f99f93a190d0ebbb22f9627ec Mon Sep 17 00:00:00 2001 From: Tony S Yu Date: Sun, 5 Feb 2012 01:59:18 -0500 Subject: [PATCH] DOC: Adjust heading size and color. --- doc/source/themes/agogo/static/agogo.css_t | 5 +++-- doc/source/themes/agogo/theme.conf | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/source/themes/agogo/static/agogo.css_t b/doc/source/themes/agogo/static/agogo.css_t index 7a891f30..fd0739d9 100644 --- a/doc/source/themes/agogo/static/agogo.css_t +++ b/doc/source/themes/agogo/static/agogo.css_t @@ -89,7 +89,8 @@ h1 { h2 { padding-bottom: .5em; - border-bottom: 1px solid {{ theme_headercolor2 }}; + color: {{ theme_headercolor1 }}; + border-bottom: 1px solid {{ theme_headercolor1 }}; } a.headerlink { @@ -522,7 +523,7 @@ div.body h6 { padding: 3px 0 3px 0px; } -div.body h1 { margin-top: 0; font-size: 160%; } +div.body h1 { margin-top: 0; font-size: 180%; } div.body h2 { font-size: 150%; } div.body h3 { font-size: 130%; } div.body h4 { font-size: 120%; } diff --git a/doc/source/themes/agogo/theme.conf b/doc/source/themes/agogo/theme.conf index 3a6e6c60..64b97d54 100644 --- a/doc/source/themes/agogo/theme.conf +++ b/doc/source/themes/agogo/theme.conf @@ -13,6 +13,6 @@ headerbg = url(bgtop.png) top left repeat-x footerbg = url(bgfooter.png) top left repeat-x linkcolor = #ce5c00 headercolor1 = #204a87 -headercolor2 = #3465a4 +headercolor2 = #555 headerlinkcolor = #fcaf3e textalign = justify