Changeset 8264 for trunk


Ignore:
Timestamp:
Dec 23, 2010, 9:47:33 PM (13 years ago)
Author:
rvelices
Message:

css sprites attempt to fix ie6 display

Location:
trunk/themes/default
Files:
2 edited

Legend:

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

    r7869 r8264  
    4949  width: 99%;   /* correct an ugly 1 or 2 px misalignement with IE */
    5050}
     51
     52.pwg-icon {
     53        display: inline;
     54}
  • trunk/themes/default/iconset.css

    r8169 r8264  
    11.pwg-icon {
    2         display: block; /*IE6*/
    3         display: inline-block; /*IE6 does not get it*/
     2        display: inline-block; /*IE6 does not get this correctly*/
    43        text-indent: -9999px; overflow: hidden; background-repeat: no-repeat;
    54        width: 26px; height: 26px; background-image: url(s26/outline_808080.png);
Note: See TracChangeset for help on using the changeset viewer.