summaryrefslogtreecommitdiff
path: root/rt/share/html/NoAuth/css/3.4-compat/titlebox.css
diff options
context:
space:
mode:
Diffstat (limited to 'rt/share/html/NoAuth/css/3.4-compat/titlebox.css')
-rw-r--r--rt/share/html/NoAuth/css/3.4-compat/titlebox.css4
1 files changed, 0 insertions, 4 deletions
diff --git a/rt/share/html/NoAuth/css/3.4-compat/titlebox.css b/rt/share/html/NoAuth/css/3.4-compat/titlebox.css
index 9b31b29..72b1a27 100644
--- a/rt/share/html/NoAuth/css/3.4-compat/titlebox.css
+++ b/rt/share/html/NoAuth/css/3.4-compat/titlebox.css
@@ -77,10 +77,6 @@
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.