Ignore:
Timestamp:
Dec 23, 2010, 11:03:35 PM (13 years ago)
Author:
rvelices
Message:
  • more efficient css rules (according to pagespeed)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/fix-khtml.css

    r5123 r8269  
    11/* Issue in Safari/Konqueror only                                                 */
    22/* If H2 has a 0 margin-top categoryActions doesn't float right but overwrites H2 */
    3 .content>DIV.titrePage>H2 {
     3.content>.titrePage>H2 {
    44    margin: 1px 0 0 0;  /* add an arbitrary margin-top */
    55}
    66
    7 .content>div.titrePage {
     7.content>.titrePage {
    88    position: relative;
    99    top: -1px;          /* move the container up by the same amount */
Note: See TracChangeset for help on using the changeset viewer.