diff options
| author | taehoon <th.dev91@gmail.com> | 2019-07-11 12:52:05 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-07-11 12:52:05 -0400 |
| commit | 57c5d269b8fa747a7f377090a8fb5507937f9ceb (patch) | |
| tree | e3353bca4257d68f476361e89c32c0ba4b171cac /static/font/css/fontello-ie7-codes.css | |
| parent | b2dbf01a728592758b72966550410171ea9ac74e (diff) | |
add bell-ringing icon
Diffstat (limited to 'static/font/css/fontello-ie7-codes.css')
| -rwxr-xr-x | static/font/css/fontello-ie7-codes.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/font/css/fontello-ie7-codes.css b/static/font/css/fontello-ie7-codes.css index 3fe390d8..5df45a1d 100755 --- a/static/font/css/fontello-ie7-codes.css +++ b/static/font/css/fontello-ie7-codes.css @@ -15,7 +15,7 @@ .icon-right-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-left-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-up-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } -.icon-bell { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } +.icon-bell-ringing-o { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-lock { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-globe { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-brush { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
