From 09693c88264d1b0e17c002efbc1a65fbf1467a01 Mon Sep 17 00:00:00 2001 From: rvelices Date: Mon, 9 Apr 2012 04:18:34 +0000 Subject: [PATCH] - css (removed unused, merge rules, simplified overly complicated selectors) git-svn-id: http://piwigo.org/svn/trunk@14028 68402e56-0260-453c-a942-63ccdbb3a9ee --- theme.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/theme.css b/theme.css index f35c522..10b78af 100644 --- a/theme.css +++ b/theme.css @@ -166,8 +166,7 @@ a:hover { border-bottom: none;} /* thumbnails */ #thumbnails { padding-top: 5px;} -.thumbnails IMG { margin-bottom: 0; vertical-align: middle;} -.thumbnailCategory DIV.illustration, +.thumbnailCategory .illustration, .commentElement .illustration { margin: 2px; text-align: center;}