Style fix for lists inside lists.

This commit is contained in:
Georg Brandl 2008-05-31 16:26:12 +00:00
parent 2b0e015fcc
commit 8dacfcfee4
2 changed files with 8 additions and 0 deletions

View File

@ -566,6 +566,10 @@ ul.fakelist {
padding: 0;
}
.first {
margin-top: 0 !important;
}
/* "Footnotes" heading */
p.rubric {
margin-top: 30px;

View File

@ -139,6 +139,10 @@ pre a {
text-decoration: underline;
}
.first {
margin-top: 0 !important;
}
div.document {
background-color: white;
text-align: left;