CSS tweak for whute label on blue boxes

This tweak avoids adding extra space when the white-label font is
taller than the line it's attached to. It also makes the label
disappear in IE 6, but I think we can live with that.
This commit is contained in:
Matthew Flatt 2012-06-25 08:22:41 -06:00
parent 2c1e02d148
commit c2924ef926

View File

@ -211,6 +211,7 @@
.RBackgroundLabel { .RBackgroundLabel {
float: right; float: right;
width: 0px; width: 0px;
height: 0px;
} }
.RBackgroundLabelInner { .RBackgroundLabelInner {