rearrane CSS class properties

This commit is contained in:
Helmut Merz 2012-02-25 17:11:39 +01:00
parent a009c29aea
commit 17de8893ae

View file

@ -63,12 +63,6 @@ ol, ul, p {
margin-bottom: 0.5em; margin-bottom: 0.5em;
} }
/* no vertical spacing for descriptions in grids */
div.legend i p {
margin-top: 0;
margin-bottom: 0;
}
ol, ul { ol, ul {
padding-left: 2em; padding-left: 2em;
} }
@ -490,6 +484,12 @@ img.notselected {
margin-top: 5px; margin-top: 5px;
} }
/* no vertical spacing for descriptions in grids */
div.legend i p {
margin-top: 0;
margin-bottom: 0;
}
/* comments */ /* comments */
div.comment { div.comment {