diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-04-22 08:07:28 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-04-22 08:07:28 +0000 |
commit | 02597251fcc8ff272ed9f4cb595c2ad90bf70eff (patch) | |
tree | aaa687d85f0f20a4e19f81a3a63b9a404893e3e6 | |
parent | a89ecb6e41256a86e9050872f5e8b6a1ddf1cc8e (diff) |
- fix : display on IE 5.2 Mac (http://forum.phpwebgallery.net/viewtopic.php?pid=34243#p34243)
git-svn-id: http://piwigo.org/svn/trunk@1251 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/content.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template/yoga/content.css b/template/yoga/content.css index d7bf95884..67019a3ac 100644 --- a/template/yoga/content.css +++ b/template/yoga/content.css @@ -79,6 +79,9 @@ BODY#theNBMPage #content * html #content UL.thumbnails IMG.thumbnail { position: relative; top: -50%; + /*\*//*/ + margin-top: -40%; + /**/ } #content .navigationBar, #content .additional_info { |