with small fonts the fieldset would not start in a new line
This commit is contained in:
parent
ef50cfae3e
commit
8950f61d4c
1 changed files with 2 additions and 0 deletions
|
@ -307,6 +307,7 @@ div.plugin_system img {
|
|||
width: 48px;
|
||||
height: 48px;
|
||||
}
|
||||
|
||||
div.plugin_system_title img {
|
||||
float: left;
|
||||
width: 48px;
|
||||
|
@ -366,6 +367,7 @@ div#volume_content {
|
|||
}
|
||||
|
||||
fieldset {
|
||||
clear: left;
|
||||
margin: 10px 0 10px 0;
|
||||
padding: 25px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue