Bug 483187 - Caption of groupbox isn't correctly vertically aligned. r=robstrong

This commit is contained in:
Dão Gottwald 2009-03-14 09:12:01 +01:00
parent 7a8c71cfe1
commit fb2a8cc147

View File

@ -66,7 +66,5 @@ tabpanels caption {
/* !important is needed to override label in global.css */
.caption-text {
margin-bottom: 0px !important;
-moz-margin-start: 2px !important;
-moz-margin-end: 2px !important;
margin: 0 2px !important;
}