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. original commit: c2924ef926c3ed62e61e5deff72f15f3065bb0ab
This commit is contained in:
parent
c836acca01
commit
0ca77cb9f5
|
@ -211,6 +211,7 @@
|
|||
.RBackgroundLabel {
|
||||
float: right;
|
||||
width: 0px;
|
||||
height: 0px;
|
||||
}
|
||||
|
||||
.RBackgroundLabelInner {
|
||||
|
|
Loading…
Reference in New Issue
Block a user