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:
parent
2c1e02d148
commit
c2924ef926
|
@ -211,6 +211,7 @@
|
||||||
.RBackgroundLabel {
|
.RBackgroundLabel {
|
||||||
float: right;
|
float: right;
|
||||||
width: 0px;
|
width: 0px;
|
||||||
|
height: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.RBackgroundLabelInner {
|
.RBackgroundLabelInner {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user