diff options
author | chrisaga <chrisaga@piwigo.org> | 2005-10-15 19:26:12 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2005-10-15 19:26:12 +0000 |
commit | 1d58376334885344cb0ae406736556771c56076b (patch) | |
tree | ba1cd10e0728b922e7f5a9b0151bd62bedc73490 /template/yoga | |
parent | 02051fa5d752f9853b129c22da368d1d57a3d1bc (diff) |
kill bug 0000146: Image Nouveau
git-svn-id: http://piwigo.org/svn/trunk@885 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga')
-rw-r--r-- | template/yoga/content.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/template/yoga/content.css b/template/yoga/content.css index c9aadf458..dc43185ae 100644 --- a/template/yoga/content.css +++ b/template/yoga/content.css @@ -29,6 +29,8 @@ BODY#theNotificationPage #content margin-bottom: 1ex; } +/* Thumbnail "elastic" layout */ + #content UL.thumbnails { margin: 0; padding: 0; @@ -84,7 +86,7 @@ BODY#theNotificationPage #content top: 50%; left: 0px; /* same as "#content UL.thumbnails SPAN SPAN { padding:" if any*/ } -* html #content UL.thumbnails IMG { +* html #content UL.thumbnails IMG.thumbnail { position: relative; top: -50%; } |