1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00
Files
archived-web-php/fonts/Font-Awesome/css/fontello-ie7-codes.css
Marcos Marcolin 401acdad5c Add linkedin page to homepage (#1255)
Fix #1178

Co-authored-by: Sergey Panteleev <sergey@php.net>
2025-04-10 17:55:36 +03:00

5 lines
323 B
CSS

.icon-x-twitter { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe800;&nbsp;'); }
.icon-mastodon { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe801;&nbsp;'); }
.icon-linkedin { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e1;&nbsp;'); }