diff options
author | rvelices <rv-github@modusoptimus.com> | 2006-04-14 22:14:53 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2006-04-14 22:14:53 +0000 |
commit | 5971c5c995849798fe3d1e75da5daab31349e945 (patch) | |
tree | 56808da8b81f47f92d1998962e696b816901d6a7 /template/yoga/theme/dark | |
parent | afa5ab27a5e81ba32e797d7025fbb25a862bcfbe (diff) |
fix: sessions
css 3px image border goes from both clear and dark to image.css
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1175 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/theme/dark')
-rw-r--r-- | template/yoga/theme/dark/theme.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/yoga/theme/dark/theme.css b/template/yoga/theme/dark/theme.css index 2bbe9533b..409b3773f 100644 --- a/template/yoga/theme/dark/theme.css +++ b/template/yoga/theme/dark/theme.css @@ -46,13 +46,13 @@ H2, #menubar DT, .throw { } /* borders */ -#menubar DL, #content, #imageToolBar, #theImage IMG, +#menubar DL, #content, #imageToolBar, #comments DIV.comment BLOCKQUOTE { border: 1px solid #000000; } #theImage IMG { - border-width: 3px; + border-color: #000000; } #content UL.thumbnail IMG { |