Changeset 12491


Ignore:
Timestamp:
Oct 19, 2011, 1:38:33 AM (13 years ago)
Author:
rvelices
Message:

feature 2477: remove unnecesary css rules + simplify very inefficient overly qualified rules (pagespeed)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/theme.css

    r12479 r12491  
    793793}
    794794
    795 #thePasswordPage form#lostPassword {
     795#lostPassword {
    796796  padding: 1em;
    797797}
    798798
    799 #thePasswordPage form#lostPassword p {
     799#lostPassword p {
    800800  text-align: left;
    801   margin: 0 0 1em 0;
     801  margin: 1.5em 0;
    802802  line-height: 1.5em;
    803803}
    804804
    805 #thePasswordPage form#lostPassword p.bottomButtons {
    806   margin-top:2em;
    807 }
Note: See TracChangeset for help on using the changeset viewer.