diff options
| author | Georg Brandl <georg@python.org> | 2010-01-14 21:35:08 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-01-14 21:35:08 +0100 |
| commit | 2ca01d8ee92ea953aa5a724dbfd903829db82fbd (patch) | |
| tree | 9014a366235b6244ba9291496d992ce1bd24160f /sphinx/themes/basic/static/basic.css | |
| parent | 125ba24fced644c2d5189f1265a714b22ab1abfa (diff) | |
| download | sphinx-2ca01d8ee92ea953aa5a724dbfd903829db82fbd.tar.gz | |
Adapt viewcode styles to theme.
Diffstat (limited to 'sphinx/themes/basic/static/basic.css')
| -rw-r--r-- | sphinx/themes/basic/static/basic.css | 30 |
1 files changed, 14 insertions, 16 deletions
diff --git a/sphinx/themes/basic/static/basic.css b/sphinx/themes/basic/static/basic.css index f04023bf..465b526e 100644 --- a/sphinx/themes/basic/static/basic.css +++ b/sphinx/themes/basic/static/basic.css @@ -368,22 +368,6 @@ dl.glossary dt { margin-left: 1.5em; } -.viewcode-link { - float: right; -} - -.viewcode-back { - float: right; - font-family: sans-serif; -} - -div.viewcode-block:target { - background-color: #f4debf; - border: 1px solid #D5BB73; - margin: -1px -10px; - padding: 0 10px; -} - /* -- code displays --------------------------------------------------------- */ pre { @@ -424,6 +408,20 @@ h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt { background-color: transparent; } +.viewcode-link { + float: right; +} + +.viewcode-back { + float: right; + font-family: sans-serif; +} + +div.viewcode-block:target { + margin: -1px -10px; + padding: 0 10px; +} + /* -- math display ---------------------------------------------------------- */ img.math { |
