From 467b40f710d51f23a79075a9ef95bde6d66202ca Mon Sep 17 00:00:00 2001 From: rvelices Date: Tue, 18 Oct 2011 23:38:33 +0000 Subject: feature 2477: remove unnecesary css rules + simplify very inefficient overly qualified rules (pagespeed) git-svn-id: http://piwigo.org/svn/trunk@12491 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/default/theme.css | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/themes/default/theme.css b/themes/default/theme.css index 7c2d75d97..8947dfddd 100644 --- a/themes/default/theme.css +++ b/themes/default/theme.css @@ -792,16 +792,13 @@ LEGEND { border-radius: 3px; } -#thePasswordPage form#lostPassword { +#lostPassword { padding: 1em; } -#thePasswordPage form#lostPassword p { +#lostPassword p { text-align: left; - margin: 0 0 1em 0; + margin: 1.5em 0; line-height: 1.5em; } -#thePasswordPage form#lostPassword p.bottomButtons { - margin-top:2em; -} \ No newline at end of file -- cgit v1.2.3