Fix page with more fieldsets

This commit is contained in:
Michal Čihař
2011-02-02 16:28:11 +01:00
parent 6bf96ca9d4
commit d57ed82abb

View File

@@ -105,6 +105,7 @@ textarea {
} }
fieldset { fieldset {
clear: both;
margin-top: 1em; margin-top: 1em;
border: <?php echo $GLOBALS['cfg']['MainColor']; ?> solid 2px; border: <?php echo $GLOBALS['cfg']['MainColor']; ?> solid 2px;
padding: 0.5em; padding: 0.5em;