diff options
| author | Joe Gregorio <jcgregorio@google.com> | 2012-08-28 12:19:28 -0400 |
|---|---|---|
| committer | Joe Gregorio <jcgregorio@google.com> | 2012-08-28 12:19:28 -0400 |
| commit | df935b04e0a76f5dafd094deddcd4f6b5cca994c (patch) | |
| tree | 77b14c2d9f0eb3446f9f2018208012239e340fba /doc/html/_static/basic.css | |
| parent | edba5f4be45d381c7afffa4fd21f8374444ecf3d (diff) | |
| download | httplib2-df935b04e0a76f5dafd094deddcd4f6b5cca994c.tar.gz | |
Fixes issue #212. Fixes issue #210. Fixes issue #214. Fixes issue #223. Fixes issue #222.
Diffstat (limited to 'doc/html/_static/basic.css')
| -rw-r--r-- | doc/html/_static/basic.css | 137 |
1 files changed, 7 insertions, 130 deletions
diff --git a/doc/html/_static/basic.css b/doc/html/_static/basic.css index f0379f3..a04d654 100644 --- a/doc/html/_static/basic.css +++ b/doc/html/_static/basic.css @@ -1,12 +1,6 @@ -/* - * basic.css - * ~~~~~~~~~ - * - * Sphinx stylesheet -- basic theme. - * - * :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS. - * :license: BSD, see LICENSE for details. - * +/** + * Sphinx stylesheet -- basic theme + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ /* -- main layout ----------------------------------------------------------- */ @@ -79,14 +73,6 @@ div.sphinxsidebar input { font-size: 1em; } -div.sphinxsidebar input[type="text"] { - width: 170px; -} - -div.sphinxsidebar input[type="submit"] { - width: 30px; -} - img { border: 0; } @@ -141,10 +127,6 @@ span.linkdescr { /* -- general index --------------------------------------------------------- */ -table.indextable { - width: 100%; -} - table.indextable td { text-align: left; vertical-align: top; @@ -170,20 +152,6 @@ img.toggler { cursor: pointer; } -div.modindex-jumpbox { - border-top: 1px solid #ddd; - border-bottom: 1px solid #ddd; - margin: 1em 0 1em 0; - padding: 0.4em; -} - -div.genindex-jumpbox { - border-top: 1px solid #ddd; - border-bottom: 1px solid #ddd; - margin: 1em 0 1em 0; - padding: 0.4em; -} - /* -- general body styles --------------------------------------------------- */ a.headerlink { @@ -221,36 +189,6 @@ p.rubric { font-weight: bold; } -img.align-left, .figure.align-left, object.align-left { - clear: left; - float: left; - margin-right: 1em; -} - -img.align-right, .figure.align-right, object.align-right { - clear: right; - float: right; - margin-left: 1em; -} - -img.align-center, .figure.align-center, object.align-center { - display: block; - margin-left: auto; - margin-right: auto; -} - -.align-left { - text-align: left; -} - -.align-center { - text-align: center; -} - -.align-right { - text-align: right; -} - /* -- sidebars -------------------------------------------------------------- */ div.sidebar { @@ -314,7 +252,7 @@ table.docutils { } table.docutils td, table.docutils th { - padding: 1px 8px 1px 5px; + padding: 1px 8px 1px 0; border-top: 0; border-left: 0; border-right: 0; @@ -334,37 +272,8 @@ th { padding-right: 5px; } -table.citation { - border-left: solid 1px gray; - margin-left: 1px; -} - -table.citation td { - border-bottom: none; -} - /* -- other body styles ----------------------------------------------------- */ -ol.arabic { - list-style: decimal; -} - -ol.loweralpha { - list-style: lower-alpha; -} - -ol.upperalpha { - list-style: upper-alpha; -} - -ol.lowerroman { - list-style: lower-roman; -} - -ol.upperroman { - list-style: upper-roman; -} - dl { margin-bottom: 15px; } @@ -383,7 +292,7 @@ dd { margin-left: 30px; } -dt:target, .highlighted { +dt:target, .highlight { background-color: #fbe54e; } @@ -420,7 +329,7 @@ dl.glossary dt { } .footnote:target { - background-color: #ffa; + background-color: #ffa } .line-block { @@ -435,28 +344,10 @@ dl.glossary dt { margin-left: 1.5em; } -.guilabel, .menuselection { - font-family: sans-serif; -} - -.accelerator { - text-decoration: underline; -} - -.classifier { - font-style: oblique; -} - -abbr, acronym { - border-bottom: dotted 1px; - cursor: help; -} - /* -- code displays --------------------------------------------------------- */ pre { overflow: auto; - overflow-y: hidden; /* fixes display issues on Chrome browsers */ } td.linenos pre { @@ -493,20 +384,6 @@ 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 { @@ -537,4 +414,4 @@ span.eqno { #top-link { display: none; } -}
\ No newline at end of file +} |
