aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/theme
diff options
context:
space:
mode:
authorchrisaga <chrisaga@piwigo.org>2006-05-28 01:22:42 +0000
committerchrisaga <chrisaga@piwigo.org>2006-05-28 01:22:42 +0000
commita30cf0e6cd796fe3e1cca1ac7553fafb17545615 (patch)
tree41dea3124dbdedf25cb624208f294e3f2c6f4746 /template/yoga/theme
parent5444095d7c48153d1fb3347a006a22a997a7c18f (diff)
merge : from trunk r1324:1326 into branch 1.6
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1327 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/theme')
-rw-r--r--template/yoga/theme/dark/theme.css13
1 files changed, 8 insertions, 5 deletions
diff --git a/template/yoga/theme/dark/theme.css b/template/yoga/theme/dark/theme.css
index c173a89eb..6a9ee7a40 100644
--- a/template/yoga/theme/dark/theme.css
+++ b/template/yoga/theme/dark/theme.css
@@ -46,11 +46,18 @@ H2, #menubar DT, .throw {
}
/* borders */
-#menubar DL, #content, #imageToolBar,
+#menubar DL, #content,
#comments DIV.comment BLOCKQUOTE {
border: 1px solid #000000;
}
+#imageHeaderBar {
+ border-top: 1px solid #000000;
+}
+H2, #menubar DT, #imageToolBar {
+ border-bottom: 1px solid #000000;
+}
+
#theImage IMG {
border-color: #000000;
}
@@ -78,10 +85,6 @@ FIELDSET, INPUT, SELECT, TEXTAREA,
border-color: yellow; /* thumbnails border color when mouse cursor is over it */
}
-H2, #menubar DT, #imageHeaderBar {
- border-bottom: 1px solid #000000;
-}
-
/* links */
A, .rateButton {
color: #FFFFFF;