diff options
author | rvelices <rv-github@modusoptimus.com> | 2011-10-18 23:38:33 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2011-10-18 23:38:33 +0000 |
commit | 467b40f710d51f23a79075a9ef95bde6d66202ca (patch) | |
tree | 4448a1dff52ad1c69adc7c15da3f4de0bb755525 /themes | |
parent | 2e0b6801796c31fc8d9bb520ea1a09540b37b2fd (diff) |
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
Diffstat (limited to '')
-rw-r--r-- | themes/default/theme.css | 9 |
1 files 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 |