aboutsummaryrefslogtreecommitdiffstats
path: root/_static/basic.css
diff options
context:
space:
mode:
authorjason2016-11-03 12:32:14 -0600
committerjason2016-11-03 12:32:14 -0600
commit9efcd5a66dc49854841da317fd89c49ed778a669 (patch)
tree7811139e9e0f31ce63531aa3a911331ce4436a5d /_static/basic.css
parent02002cd2f9b3521f803e992dd4b6cabc9f0aea5d (diff)
downloadeventmq-9efcd5a66dc49854841da317fd89c49ed778a669.tar.gz
eventmq-9efcd5a66dc49854841da317fd89c49ed778a669.zip
update docs
Diffstat (limited to '_static/basic.css')
-rw-r--r--_static/basic.css22
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
59div.sphinxsidebar ul { 57div.sphinxsidebar ul {
@@ -85,6 +83,10 @@ div.sphinxsidebar #searchbox input[type="text"] {
85 width: 170px; 83 width: 170px;
86} 84}
87 85
86div.sphinxsidebar #searchbox input[type="submit"] {
87 width: 30px;
88}
89
88img { 90img {
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
188div.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
195a.headerlink { 190a.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
497span.pre {
498 -moz-hyphens: none;
499 -ms-hyphens: none;
500 -webkit-hyphens: none;
501 hyphens: none;
502}
503
504td.linenos pre { 492td.linenos pre {
505 padding: 5px 0px; 493 padding: 5px 0px;
506 border: 0; 494 border: 0;