Ignore:
Timestamp:
Jun 21, 2013, 12:26:09 PM (11 years ago)
Author:
mistic100
Message:

feature:2916
modify .showIcon class to be used with fontello (icon-info-circled-1)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/fontello/css/fontello.css

    r23382 r23426  
    33 @font-face {
    44  font-family: 'fontello';
    5   src: url('../font/fontello.eot?59074679');
    6   src: url('../font/fontello.eot?59074679#iefix') format('embedded-opentype'),
    7        url('../font/fontello.woff?59074679') format('woff'),
    8        url('../font/fontello.ttf?59074679') format('truetype'),
    9        url('../font/fontello.svg?59074679#fontello') format('svg');
     5  src: url('../font/fontello.eot?36474857');
     6  src: url('../font/fontello.eot?36474857#iefix') format('embedded-opentype'),
     7       url('../font/fontello.woff?36474857') format('woff'),
     8       url('../font/fontello.ttf?36474857') format('truetype'),
     9       url('../font/fontello.svg?36474857#fontello') format('svg');
    1010  font-weight: normal;
    1111  font-style: normal;
     
    1717  @font-face {
    1818    font-family: 'fontello';
    19     src: url('../font/fontello.svg?59074679#fontello') format('svg');
     19    src: url('../font/fontello.svg?36474857#fontello') format('svg');
    2020  }
    2121}
     
    6868.icon-puzzle:before { content: '\e7b6'; } /* '' */
    6969.icon-user-add:before { content: '\e80b'; } /* '' */
     70.icon-info-circled-1:before { content: '\e817'; } /* '' */
    7071.icon-eye:before { content: '\e70a'; } /* '' */
    7172.icon-tags:before { content: '\e70d'; } /* '' */
Note: See TracChangeset for help on using the changeset viewer.