source: extensions/stripped_responsive/fontello/css/stripped_responsive-ie7.css @ 30082

Last change on this file since 30082 was 30082, checked in by JanisV, 10 years ago

Added icons

  • Property svn:executable set to *
File size: 493 bytes
Line 
1[class^="pwg-icon-"], [class*=" pwg-icon-"] {
2  font-family: 'stripped_responsive';
3  font-style: normal;
4  font-weight: normal;
5 
6  /* fix buttons height */
7  line-height: 1em;
8 
9  /* you can be more comfortable with increased icons size */
10  /* font-size: 120%; */
11}
12 
13.pwg-icon-download { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
14.pwg-icon-slideshow { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
Note: See TracBrowser for help on using the repository browser.