aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/theme/clear
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2006-04-14 22:15:24 +0000
committerrvelices <rv-github@modusoptimus.com>2006-04-14 22:15:24 +0000
commit18570279efdbdfd171e16d9948175fb0b959546a (patch)
tree1230f3f001bdd0763150cc53c20824fb191d5e61 /template/yoga/theme/clear
parente1c0fd7f4c76ae6c343b21dcf904ad4ef0b87ece (diff)
merge r1175 from branch-1_6 into trunk
fix: sessions css 3px image border goes from both clear and dark to image.css git-svn-id: http://piwigo.org/svn/trunk@1176 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/theme/clear')
-rw-r--r--template/yoga/theme/clear/theme.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/yoga/theme/clear/theme.css b/template/yoga/theme/clear/theme.css
index 31e88d90d..1260ce776 100644
--- a/template/yoga/theme/clear/theme.css
+++ b/template/yoga/theme/clear/theme.css
@@ -19,13 +19,13 @@ H2, #menubar DT, #imageHeaderBar, #imageToolBar A:hover {
}
/* borders */
-#menubar DL, #content, #imageToolBar, #theImage IMG,
+#menubar DL, #content, #imageToolBar,
#comments DIV.comment BLOCKQUOTE {
border: 1px solid #d3d3d3;
}
#theImage IMG {
- border-width: 3px;
+ border-color: #d3d3d3;
}
#content UL.thumbnail IMG {