diff options
| author | Georg Brandl <georg@python.org> | 2008-04-19 20:50:30 +0000 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2008-04-19 20:50:30 +0000 |
| commit | dc207da14c0063d8148f999c68a409acce9a886d (patch) | |
| tree | 9de8ba4af47240d17451369649709becad9f5afb | |
| parent | a24f0d5c65d7be51db237d8f555dcc1b5e47408f (diff) | |
| download | sphinx-git-dc207da14c0063d8148f999c68a409acce9a886d.tar.gz | |
Fix style sheet and remove unused styles.
| -rw-r--r-- | sphinx/static/sphinxdoc.css | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sphinx/static/sphinxdoc.css b/sphinx/static/sphinxdoc.css index ffce91a5e..b1088f81f 100644 --- a/sphinx/static/sphinxdoc.css +++ b/sphinx/static/sphinxdoc.css @@ -56,7 +56,6 @@ cite, code, tt { font-family: 'Consolas', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', monospace; font-size: 0.95em; letter-spacing: 0.01em; - font-style: normal; } hr { @@ -314,20 +313,6 @@ div.pagination { text-align: center; } -p.noshell em { - color: #3ca8e7; - text-decoration: underline; - font-style: normal; -} - -p.noshell:hover, div.nutshell { - background-color: white; -} - -p.noshell { - cursor: pointer; -} - div.sidebar ul.toc { margin: 1em 0 1em 0; padding: 0 0 0 0.5em; |
