rearrane CSS class properties
This commit is contained in:
parent
a009c29aea
commit
17de8893ae
1 changed files with 6 additions and 6 deletions
|
@ -63,12 +63,6 @@ ol, ul, p {
|
|||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
/* no vertical spacing for descriptions in grids */
|
||||
div.legend i p {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
ol, ul {
|
||||
padding-left: 2em;
|
||||
}
|
||||
|
@ -490,6 +484,12 @@ img.notselected {
|
|||
margin-top: 5px;
|
||||
}
|
||||
|
||||
/* no vertical spacing for descriptions in grids */
|
||||
div.legend i p {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
/* comments */
|
||||
|
||||
div.comment {
|
||||
|
|
Loading…
Add table
Reference in a new issue