diff options
| author | Georg Brandl <georg@python.org> | 2010-01-02 00:49:51 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-01-02 00:49:51 +0100 |
| commit | f7d20b1d71d0d1e17eb288e01b6beb2dc71872f8 (patch) | |
| tree | cf96bfbebc3507d9bb57efcafeea550a8636ba02 /sphinx/themes/agogo | |
| parent | a03764f9ad900d31ff87f2a1bf3aa818399995f7 (diff) | |
| parent | 33c21bf483282d39028b380822a61a76f3f62d4c (diff) | |
| download | sphinx-f7d20b1d71d0d1e17eb288e01b6beb2dc71872f8.tar.gz | |
merge with 0.6
Diffstat (limited to 'sphinx/themes/agogo')
| -rw-r--r-- | sphinx/themes/agogo/static/agogo.css_t | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/sphinx/themes/agogo/static/agogo.css_t b/sphinx/themes/agogo/static/agogo.css_t index 24e7dba5..ab257f56 100644 --- a/sphinx/themes/agogo/static/agogo.css_t +++ b/sphinx/themes/agogo/static/agogo.css_t @@ -44,6 +44,18 @@ a { float: right; } +.line-block { + display: block; + margin-top: 1em; + margin-bottom: 1em; +} + +.line-block .line-block { + margin-top: 0; + margin-bottom: 0; + margin-left: 1.5em; +} + h1, h2, h3, h4 { font-family: {{ theme_headerfont }}; font-weight: normal; @@ -257,7 +269,7 @@ div.footer .left { } -/* Styles copied form basic theme */ +/* Styles copied from basic theme */ /* -- search page ----------------------------------------------------------- */ |
