From 151dd62ca5c2a9a11e55ec08985933c541a2708a Mon Sep 17 00:00:00 2001 From: rvelices Date: Mon, 17 Oct 2011 20:52:57 +0000 Subject: feature 2477: Remove unused CSS / html elements from version 2.3 (merge from trunk) git-svn-id: http://piwigo.org/svn/branches/2.3@12480 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/default/theme.css | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'themes/default/theme.css') diff --git a/themes/default/theme.css b/themes/default/theme.css index f1e0df44b..7c2d75d97 100644 --- a/themes/default/theme.css +++ b/themes/default/theme.css @@ -356,8 +356,8 @@ TD.calDayHead { } #imageInfos { - position:relative; - min-height:110px; + position: relative; + min-height: 120px; } #linkPrev { @@ -415,9 +415,8 @@ TD.calDayHead { margin-left:20em; } .pictureContent #imageToolBar, -.pictureContent #theImage, -.pictureContent hr.separation { - clear:none; +.pictureContent #theImage { + clear: none; } @@ -466,11 +465,6 @@ IMG { border: 0; } -HR.separation { - visibility: hidden; - clear: both; -} - #copyright { clear: both; font-size: 83%; @@ -790,7 +784,6 @@ LEGEND { .message { background-color: lightyellow; color:#333; - /* margin: 0.5em 1em 0.5em 1em; */ margin-bottom:1em; padding: 12px; -moz-border-radius: 3px; -- cgit v1.2.3