vertical whitespace improvements
This commit is contained in:
parent
623c977f6e
commit
c44a73d95a
21
pep.css
21
pep.css
|
@ -8,6 +8,12 @@
|
|||
Default cascading style sheet for the PEP HTML output of Docutils.
|
||||
*/
|
||||
|
||||
.first {
|
||||
margin-top: 0 }
|
||||
|
||||
.last {
|
||||
margin-bottom: 0 }
|
||||
|
||||
.navigation {
|
||||
width: 100% ;
|
||||
background: #99ccff ;
|
||||
|
@ -174,9 +180,6 @@ p.credits {
|
|||
font-style: italic ;
|
||||
font-size: smaller }
|
||||
|
||||
p.first {
|
||||
margin-top: 0 }
|
||||
|
||||
p.label {
|
||||
white-space: nowrap }
|
||||
|
||||
|
@ -185,7 +188,6 @@ p.topic-title {
|
|||
font-weight: bold }
|
||||
|
||||
pre.line-block {
|
||||
margin-left: 2em ;
|
||||
font-family: serif ;
|
||||
font-size: 100% }
|
||||
|
||||
|
@ -202,9 +204,6 @@ span.classifier-delimiter {
|
|||
font-family: sans-serif ;
|
||||
font-weight: bold }
|
||||
|
||||
span.field-argument {
|
||||
font-style: italic }
|
||||
|
||||
span.interpreted {
|
||||
font-family: sans-serif }
|
||||
|
||||
|
@ -224,17 +223,15 @@ table {
|
|||
td, th {
|
||||
padding-left: 0.5em ;
|
||||
padding-right: 0.5em ;
|
||||
vertical-align: baseline }
|
||||
|
||||
td > :first-child, th > :first-child {
|
||||
margin-top: 0em }
|
||||
vertical-align: top }
|
||||
|
||||
td.num {
|
||||
text-align: right }
|
||||
|
||||
th.field-name {
|
||||
font-weight: bold ;
|
||||
text-align: right }
|
||||
text-align: left ;
|
||||
white-space: nowrap }
|
||||
|
||||
h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt {
|
||||
font-size: 100% }
|
||||
|
|
Loading…
Reference in New Issue