Changeset 13316 for fact/tools/pyscripts/doc/_build/html/_static/basic.css
- Timestamp:
- 04/05/12 14:10:40 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/pyscripts/doc/_build/html/_static/basic.css
r13151 r13316 5 5 * Sphinx stylesheet -- basic theme. 6 6 * 7 * :copyright: Copyright 2007-201 1by the Sphinx team, see AUTHORS.7 * :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS. 8 8 * :license: BSD, see LICENSE for details. 9 9 * … … 78 78 font-family: sans-serif; 79 79 font-size: 1em; 80 }81 82 div.sphinxsidebar input[type="text"] {83 width: 170px;84 }85 86 div.sphinxsidebar input[type="submit"] {87 width: 30px;88 80 } 89 81 … … 222 214 } 223 215 224 img.align-left, .figure.align-left, object.align-left {225 clear: left;226 float: left;227 margin-right: 1em;228 }229 230 img.align-right, .figure.align-right, object.align-right {231 clear: right;232 float: right;233 margin-left: 1em;234 }235 236 img.align-center, .figure.align-center, object.align-center {237 display: block;238 margin-left: auto;239 margin-right: auto;240 }241 242 216 .align-left { 243 217 text-align: left; … … 245 219 246 220 .align-center { 221 clear: both; 247 222 text-align: center; 248 223 } … … 421 396 422 397 .footnote:target { 423 background-color: #ffa ;398 background-color: #ffa 424 399 } 425 400 … … 448 423 } 449 424 450 abbr, acronym {451 border-bottom: dotted 1px;452 cursor: help;453 }454 455 425 /* -- code displays --------------------------------------------------------- */ 456 426 457 427 pre { 458 428 overflow: auto; 459 overflow-y: hidden; /* fixes display issues on Chrome browsers */460 429 } 461 430
Note:
See TracChangeset
for help on using the changeset viewer.