diff options
| author | jason | 2016-10-04 11:58:36 -0600 |
|---|---|---|
| committer | jason | 2016-10-04 11:58:36 -0600 |
| commit | 02002cd2f9b3521f803e992dd4b6cabc9f0aea5d (patch) | |
| tree | e928f16315148cbbf22326f6e37372baa3e8ffe1 /_static/basic.css | |
| parent | 41b2025fe4e22689599ae1c2d7feb91b2e978d7e (diff) | |
| download | eventmq-02002cd2f9b3521f803e992dd4b6cabc9f0aea5d.tar.gz eventmq-02002cd2f9b3521f803e992dd4b6cabc9f0aea5d.zip | |
docs updates
Diffstat (limited to '_static/basic.css')
| -rw-r--r-- | _static/basic.css | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/_static/basic.css b/_static/basic.css index 9fa77d8..0b79414 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-2015 by the Sphinx team, see AUTHORS. | 7 | * :copyright: Copyright 2007-2016 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,6 +52,8 @@ 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; | ||
| 55 | } | 57 | } |
| 56 | 58 | ||
| 57 | div.sphinxsidebar ul { | 59 | div.sphinxsidebar ul { |
| @@ -83,10 +85,6 @@ div.sphinxsidebar #searchbox input[type="text"] { | |||
| 83 | width: 170px; | 85 | width: 170px; |
| 84 | } | 86 | } |
| 85 | 87 | ||
| 86 | div.sphinxsidebar #searchbox input[type="submit"] { | ||
| 87 | width: 30px; | ||
| 88 | } | ||
| 89 | |||
| 90 | img { | 88 | img { |
| 91 | border: 0; | 89 | border: 0; |
| 92 | max-width: 100%; | 90 | max-width: 100%; |
| @@ -187,6 +185,13 @@ div.genindex-jumpbox { | |||
| 187 | 185 | ||
| 188 | /* -- general body styles --------------------------------------------------- */ | 186 | /* -- general body styles --------------------------------------------------- */ |
| 189 | 187 | ||
| 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 | |||
| 190 | a.headerlink { | 195 | a.headerlink { |
| 191 | visibility: hidden; | 196 | visibility: hidden; |
| 192 | } | 197 | } |
| @@ -489,6 +494,13 @@ pre { | |||
| 489 | overflow-y: hidden; /* fixes display issues on Chrome browsers */ | 494 | overflow-y: hidden; /* fixes display issues on Chrome browsers */ |
| 490 | } | 495 | } |
| 491 | 496 | ||
| 497 | span.pre { | ||
| 498 | -moz-hyphens: none; | ||
| 499 | -ms-hyphens: none; | ||
| 500 | -webkit-hyphens: none; | ||
| 501 | hyphens: none; | ||
| 502 | } | ||
| 503 | |||
| 492 | td.linenos pre { | 504 | td.linenos pre { |
| 493 | padding: 5px 0px; | 505 | padding: 5px 0px; |
| 494 | border: 0; | 506 | border: 0; |