diff options
| author | Henry Jameson <me@hjkos.com> | 2018-11-15 17:09:25 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-11-15 17:09:25 +0300 |
| commit | 75cdcc40db45463c1612950c1263b3e3dc2a2725 (patch) | |
| tree | fac65c79ab913477b784cb7eff3e0cbdd7f034fb /static/font/css/fontello-ie7-codes.css | |
| parent | 2369f2e4cba2df8bb1dda431f193130bbf290d2c (diff) | |
fix accidentally removed icon
Diffstat (limited to 'static/font/css/fontello-ie7-codes.css')
| -rw-r--r-- | static/font/css/fontello-ie7-codes.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/font/css/fontello-ie7-codes.css b/static/font/css/fontello-ie7-codes.css index 5e732ec9..689c8e43 100644 --- a/static/font/css/fontello-ie7-codes.css +++ b/static/font/css/fontello-ie7-codes.css @@ -27,6 +27,7 @@ .icon-menu { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-mail-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-comment-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } +.icon-plus-squared { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-reply { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-lock-open-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-thumbs-up-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
