diff options
Diffstat (limited to '_static/basic.css')
| -rw-r--r-- | _static/basic.css | 22 |
1 files changed, 5 insertions, 17 deletions
diff --git a/_static/basic.css b/_static/basic.css index 0b79414..9fa77d8 100644 --- a/_static/basic.css +++ b/_static/basic.css | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | * | 4 | * |
| 5 | * Sphinx stylesheet -- basic theme. | 5 | * Sphinx stylesheet -- basic theme. |
| 6 | * | 6 | * |
| 7 | * :copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS. | 7 | * :copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS. |
| 8 | * :license: BSD, see LICENSE for details. | 8 | * :license: BSD, see LICENSE for details. |
| 9 | * | 9 | * |
| 10 | */ | 10 | */ |
| @@ -52,8 +52,6 @@ div.sphinxsidebar { | |||
| 52 | width: 230px; | 52 | width: 230px; |
| 53 | margin-left: -100%; | 53 | margin-left: -100%; |
| 54 | font-size: 90%; | 54 | font-size: 90%; |
| 55 | word-wrap: break-word; | ||
| 56 | overflow-wrap : break-word; | ||
| 57 | } | 55 | } |
| 58 | 56 | ||
| 59 | div.sphinxsidebar ul { | 57 | div.sphinxsidebar ul { |
| @@ -85,6 +83,10 @@ div.sphinxsidebar #searchbox input[type="text"] { | |||
| 85 | width: 170px; | 83 | width: 170px; |
| 86 | } | 84 | } |
| 87 | 85 | ||
| 86 | div.sphinxsidebar #searchbox input[type="submit"] { | ||
| 87 | width: 30px; | ||
| 88 | } | ||
| 89 | |||
| 88 | img { | 90 | img { |
| 89 | border: 0; | 91 | border: 0; |
| 90 | max-width: 100%; | 92 | max-width: 100%; |
| @@ -185,13 +187,6 @@ div.genindex-jumpbox { | |||
| 185 | 187 | ||
| 186 | /* -- general body styles --------------------------------------------------- */ | 188 | /* -- general body styles --------------------------------------------------- */ |
| 187 | 189 | ||
| 188 | div.body p, div.body dd, div.body li, div.body blockquote { | ||
| 189 | -moz-hyphens: auto; | ||
| 190 | -ms-hyphens: auto; | ||
| 191 | -webkit-hyphens: auto; | ||
| 192 | hyphens: auto; | ||
| 193 | } | ||
| 194 | |||
| 195 | a.headerlink { | 190 | a.headerlink { |
| 196 | visibility: hidden; | 191 | visibility: hidden; |
| 197 | } | 192 | } |
| @@ -494,13 +489,6 @@ pre { | |||
| 494 | overflow-y: hidden; /* fixes display issues on Chrome browsers */ | 489 | overflow-y: hidden; /* fixes display issues on Chrome browsers */ |
| 495 | } | 490 | } |
| 496 | 491 | ||
| 497 | span.pre { | ||
| 498 | -moz-hyphens: none; | ||
| 499 | -ms-hyphens: none; | ||
| 500 | -webkit-hyphens: none; | ||
| 501 | hyphens: none; | ||
| 502 | } | ||
| 503 | |||
| 504 | td.linenos pre { | 492 | td.linenos pre { |
| 505 | padding: 5px 0px; | 493 | padding: 5px 0px; |
| 506 | border: 0; | 494 | border: 0; |