mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
5 lines
323 B
CSS
5 lines
323 B
CSS
|
|
.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 = ' '); }
|