diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2012-07-01 15:28:39 +0200 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2012-07-01 15:28:39 +0200 |
| commit | b5c6afa4ce5407ff5ece5de1207bc615cb6a0476 (patch) | |
| tree | a507e570ca91c705556efc4a51d9ab8ac597cc36 /sphinx/themes | |
| parent | 86dfb82611fd1e932da2f3154149efe477848e43 (diff) | |
| download | sphinx-b5c6afa4ce5407ff5ece5de1207bc615cb6a0476.tar.gz | |
Set default background color in header for agogo theme.
This allows to header to grow larger than the height of the background
image.
Diffstat (limited to 'sphinx/themes')
| -rw-r--r-- | sphinx/themes/agogo/theme.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/themes/agogo/theme.conf b/sphinx/themes/agogo/theme.conf index 3fc88580..3052aca3 100644 --- a/sphinx/themes/agogo/theme.conf +++ b/sphinx/themes/agogo/theme.conf @@ -10,7 +10,7 @@ pagewidth = 70em documentwidth = 50em sidebarwidth = 20em bgcolor = #eeeeec -headerbg = url(bgtop.png) top left repeat-x +headerbg = #555573 url(bgtop.png) top left repeat-x footerbg = url(bgfooter.png) top left repeat-x linkcolor = #ce5c00 headercolor1 = #204a87 |
