1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
@import url("default.css");
h1, h2, h3, h4, h5, h6 {
clear: both;
}
img.logo {
vertical-align: middle;
}
img.floatright {
float: right;
clear: both;
margin-left: 2em;
margin-right: 2em;
}
dl.docutils dt {
font-weight: bold;
}
dl.docutils dd {
margin-top: 1em;
margin-bottom: 1em;
}
table.docutils {
margin-left: auto;
margin-right: auto;
}
table.docutils th, table.docutils td {
padding: .25em .5em;
}
table.docutils.field-list {
margin-left: 0;
}
|