aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/theme/dark/theme.css
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2008-10-03 23:48:03 +0000
committerrvelices <rv-github@modusoptimus.com>2008-10-03 23:48:03 +0000
commit5fc08c241dd263b487f98afbaeaaa3424e0f804f (patch)
tree997439959ebf4cb7bcc41abb4ecf1ea48c825120 /template/yoga/theme/dark/theme.css
parente53eee8f166e130ba428a97b0987c5df41959b67 (diff)
- 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
Diffstat (limited to '')
-rw-r--r--template/yoga/theme/dark/theme.css10
1 files changed, 4 insertions, 6 deletions
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;
}