import rt 3.8.8
[freeside.git] / rt / share / html / NoAuth / css / 3.4-compat / titlebox.css
index 9b31b29..72b1a27 100644 (file)
     color: black;
 }
 
-.titlebox .titlebox-content hr.clear {
-    visibility: hidden;
-}
-
 %# TRS: I wish there was a more elegant way to do this... I essentially need to
 %# select all elements X that do NOT have element Y as a descendant... which I can
 %# fake with the child selector of CSS2, but IE is stupid and does not support that.