~danci-emanuel/postorius/UI_dlists_support

« back to all changes in this revision

Viewing changes to src/postorius/doc/_build/html/_static/basic.css

  • Committer: Florian Fuchs
  • Date: 2012-03-23 22:54:46 UTC
  • Revision ID: flo.fuchs@gmail.com-20120323225446-bm7y4b0pc70zug79
doc folder cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 *
5
5
 * Sphinx stylesheet -- basic theme.
6
6
 *
7
 
 * :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS.
 
7
 * :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
8
8
 * :license: BSD, see LICENSE for details.
9
9
 *
10
10
 */
213
213
    font-weight: bold;
214
214
}
215
215
 
 
216
img.align-left, .figure.align-left, object.align-left {
 
217
    clear: left;
 
218
    float: left;
 
219
    margin-right: 1em;
 
220
}
 
221
 
 
222
img.align-right, .figure.align-right, object.align-right {
 
223
    clear: right;
 
224
    float: right;
 
225
    margin-left: 1em;
 
226
}
 
227
 
 
228
img.align-center, .figure.align-center, object.align-center {
 
229
  display: block;
 
230
  margin-left: auto;
 
231
  margin-right: auto;
 
232
}
 
233
 
216
234
.align-left {
217
235
    text-align: left;
218
236
}
395
413
}
396
414
 
397
415
.footnote:target  {
398
 
    background-color: #ffa
 
416
    background-color: #ffa;
399
417
}
400
418
 
401
419
.line-block {
426
444
 
427
445
pre {
428
446
    overflow: auto;
 
447
    overflow-y: hidden;  /* fixes display issues on Chrome browsers */
429
448
}
430
449
 
431
450
td.linenos pre {