Ignore:
Timestamp:
Dec 26, 2010, 7:21:26 AM (13 years ago)
Author:
rvelices
Message:

simplify inefficient CSS rules according to pagespeed

File:
1 edited

Legend:

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

    r8269 r8306  
    1010
    1111/* fix IE with another layout for thumbnails */
    12 UL.thumbnails SPAN.wrap2 {
     12.thumbnails .wrap2 {
    1313  display: block;
    1414  position: relative;
    1515  text-align: left;
    1616}
    17 UL.thumbnails SPAN.wrap2 A,
    18 UL.thumbnails SPAN.wrap2 SPAN {
     17.thumbnails .wrap2 A,
     18.thumbnails .wrap2 SPAN {
    1919  overflow: visible;
    2020  position: absolute;
     
    2323}
    2424
    25 UL.thumbnails IMG.thumbnail {
     25.thumbnails IMG.thumbnail {
    2626  position: relative;
    2727  top: -50%;
     
    4040
    4141/* fix category thumbnails on main page */
    42 .content UL.thumbnailCategories {
     42.content .thumbnailCategories {
    4343  width: 99%;   /* buggy IE box model */
    4444}
Note: See TracChangeset for help on using the changeset viewer.