aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/fix-khtml.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/fix-khtml.css')
-rw-r--r--themes/default/fix-khtml.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/fix-khtml.css b/themes/default/fix-khtml.css
index a0377886c..ed263ef25 100644
--- a/themes/default/fix-khtml.css
+++ b/themes/default/fix-khtml.css
@@ -1,10 +1,10 @@
/* Issue in Safari/Konqueror only */
/* If H2 has a 0 margin-top categoryActions doesn't float right but overwrites H2 */
-.content>DIV.titrePage>H2 {
+.content>.titrePage>H2 {
margin: 1px 0 0 0; /* add an arbitrary margin-top */
}
-.content>div.titrePage {
+.content>.titrePage {
position: relative;
top: -1px; /* move the container up by the same amount */
margin-bottom: 5px;