CSS fix for field lists.

This commit is contained in:
Georg Brandl 2008-06-23 11:46:23 +00:00
parent 1e3b8734fd
commit 37a91a22bd
2 changed files with 22 additions and 0 deletions

View File

@ -570,6 +570,10 @@ ul.fakelist {
padding: 0;
}
.field-list ul {
padding-left: 1em;
}
.first {
margin-top: 0 !important;
}
@ -665,6 +669,15 @@ table.footnote td, table.footnote th {
border: 0 !important;
}
.field-list ul {
margin: 0;
padding-left: 1em;
}
.field-list p {
margin: 0;
}
dl {
margin-bottom: 15px;
clear: both;

View File

@ -98,6 +98,15 @@ a tt:hover {
color: #2491CF;
}
.field-list ul {
margin: 0;
padding-left: 1em;
}
.field-list p {
margin: 0;
}
dl {
margin-bottom: 15px;
}