From 5fc08c241dd263b487f98afbaeaaa3424e0f804f Mon Sep 17 00:00:00 2001 From: rvelices Date: Fri, 3 Oct 2008 23:48:03 +0000 Subject: - fix tag cloud display with IE6/IE7 (without additionnal css hacks) - collapsed several identical selectors into one git-svn-id: http://piwigo.org/svn/trunk@2648 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/theme/dark/theme.css | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'template/yoga/theme/dark/theme.css') diff --git a/template/yoga/theme/dark/theme.css b/template/yoga/theme/dark/theme.css index e598892f8..a99458458 100644 --- a/template/yoga/theme/dark/theme.css +++ b/template/yoga/theme/dark/theme.css @@ -35,18 +35,16 @@ H2, #menubar DT { background-image: url(images/tableh2_bg.png); background-repeat: repeat-x; background-position: center; + border-top: 1px solid #000; } /* borders */ #menubar DL, .content{ - border: 1px solid #000000; + border: 1px solid #000; } -#imageHeaderBar { - border-top: 1px solid #000000; -} H2, #menubar DT, #imageToolBar { - border-bottom: 1px solid #000000; + border-bottom: 1px solid #000; } FIELDSET, INPUT, SELECT, TEXTAREA, @@ -70,7 +68,7 @@ FIELDSET, INPUT, SELECT, TEXTAREA, /* links */ A, INPUT.rateButton { - color: #FFFFFF; + color: #fff; border: none; } -- cgit v1.2.3