diff options
| author | Roger Braun <roger@rogerbraun.net> | 2016-11-06 19:28:02 +0100 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2016-11-06 19:28:02 +0100 |
| commit | dcb7fd14407f144f918eb65f191ecbab6844e1f7 (patch) | |
| tree | e427c885727d55ae083cb0df588baa21a11e8afc /static/font/css/fontello-ie7-codes.css | |
| parent | a5edcef24ddf7011dff77f76679df3fe06f42786 (diff) | |
Add upload image to icon font.
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 ca8259c0..6ed70fc1 100644 --- a/static/font/css/fontello-ie7-codes.css +++ b/static/font/css/fontello-ie7-codes.css @@ -2,4 +2,5 @@ .icon-retweet { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-star { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-star-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } +.icon-upload { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-reply { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
\ No newline at end of file |
