mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
16 lines
571 B
CSS
16 lines
571 B
CSS
[class^="icon-"], [class*=" icon-"] {
|
|
font-family: 'fontello';
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
|
|
/* fix buttons height */
|
|
line-height: 1em;
|
|
|
|
/* you can be more comfortable with increased icons size */
|
|
/* font-size: 120%; */
|
|
}
|
|
|
|
.icon-x-twitter { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
.icon-mastodon { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
.icon-linkedin { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|