diff options
author | flop25 <flop25@piwigo.org> | 2011-03-26 15:24:31 +0000 |
---|---|---|
committer | flop25 <flop25@piwigo.org> | 2011-03-26 15:24:31 +0000 |
commit | 8dc9fe6dfd8a13e56c666418df808042a4df0983 (patch) | |
tree | 46387c4f953a0802e22e8d83563834e9a91e1164 /admin/themes/default | |
parent | 692abe16504d09336266ae03c749da4046962b00 (diff) |
no clipping if the thumbnails are under 128px.
the img are centered
git-svn-id: http://piwigo.org/svn/trunk@9865 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default')
-rw-r--r-- | admin/themes/default/theme.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 1af95df54..13c499411 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -45,11 +45,6 @@ UL.thumbnails li.rank-of-image { cursor: move; margin: 10px; } -UL.thumbnails li.rank-of-image img { - margin: 0 20px; - padding: 8px 2px; - float: left; -} .clipwrapper { position:relative; width: 96px; |