From c3df7f2705140e3830438db7a0dc24eaa1b5cf28 Mon Sep 17 00:00:00 2001 From: rvelices Date: Wed, 24 Nov 2010 20:42:56 +0000 Subject: css rules simplification - merged rules - remove overly qualified inefficient selectors etc... git-svn-id: http://piwigo.org/svn/trunk@7869 68402e56-0260-453c-a942-63ccdbb3a9ee --- tools/local-layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/local-layout.css b/tools/local-layout.css index 3017c7a06..2478ba0f3 100644 --- a/tools/local-layout.css +++ b/tools/local-layout.css @@ -4,7 +4,7 @@ BODY { background-attachment:fixed; } -.content UL.thumbnails SPAN.wrap2 { +UL.thumbnails SPAN.wrap2 { height: 200px; /* max thumbnail height + 2px */ } -- cgit v1.2.3