diff options
author | nikrou <nikrou@piwigo.org> | 2009-03-17 16:48:04 +0000 |
---|---|---|
committer | nikrou <nikrou@piwigo.org> | 2009-03-17 16:48:04 +0000 |
commit | bfdc96a1a21741d444cac3d494fbcd80a0cf1a23 (patch) | |
tree | bf83669581e616eabc559dc02546f8ad1ffe4e14 /admin/template/goto/thumbnails.css | |
parent | ed068b08c8b3739c4fddb313b8895b7c3a1efae0 (diff) |
feature:940 fix problem with ie7
git-svn-id: http://piwigo.org/svn/trunk@3209 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/template/goto/thumbnails.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/template/goto/thumbnails.css b/admin/template/goto/thumbnails.css index 8acba0e4e..71421f977 100644 --- a/admin/template/goto/thumbnails.css +++ b/admin/template/goto/thumbnails.css @@ -2,6 +2,7 @@ .content UL.thumbnails { margin: 0; padding: 0; list-style: none; text-align: center; /* to center the whole collection in .content */ + float: left; } .content UL.thumbnails LI { display: inline } .content ul.thumbnails li.rank-of-image { |