Changeset 12492 for branches/2.3


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

feature 2477: merge -r12491 from trunk; remove unnecesary css rules + simplify very inefficient overly qualified rules (pagespeed)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.3/themes/default/theme.css

    r12480 r12492  
    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.