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
This commit is contained in:
parent
2e0b680179
commit
467b40f710
1 changed files with 3 additions and 6 deletions
|
@ -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;
|
||||
}
|
Loading…
Reference in a new issue