aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default
diff options
context:
space:
mode:
authorflop25 <flop25@piwigo.org>2011-03-26 15:24:31 +0000
committerflop25 <flop25@piwigo.org>2011-03-26 15:24:31 +0000
commit8dc9fe6dfd8a13e56c666418df808042a4df0983 (patch)
tree46387c4f953a0802e22e8d83563834e9a91e1164 /admin/themes/default
parent692abe16504d09336266ae03c749da4046962b00 (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.css5
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;