diff options
author | rvelices <rv-github@modusoptimus.com> | 2006-04-14 22:15:24 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2006-04-14 22:15:24 +0000 |
commit | 18570279efdbdfd171e16d9948175fb0b959546a (patch) | |
tree | 1230f3f001bdd0763150cc53c20824fb191d5e61 /template/yoga/image.css | |
parent | e1c0fd7f4c76ae6c343b21dcf904ad4ef0b87ece (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 '')
-rw-r--r-- | template/yoga/image.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/template/yoga/image.css b/template/yoga/image.css index a7c8dfa83..0d242a1bd 100644 --- a/template/yoga/image.css +++ b/template/yoga/image.css @@ -65,6 +65,11 @@ de l'image... margin: 0 auto; } +#theImage IMG { + border-width: 3px; + border-style: solid; +} + .navThumb { margin-top: 2px; } @@ -96,7 +101,7 @@ TABLE.infoTable .value { TABLE.infoTable .label { font-weight: bold; text-align: right; - padding-right: 0.5em; + padding-right: 0.5em; } TABLE.infoTable TD.value UL { |