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-codes.css | |
| parent | 2369f2e4cba2df8bb1dda431f193130bbf290d2c (diff) | |
fix accidentally removed icon
Diffstat (limited to 'static/font/css/fontello-codes.css')
| -rw-r--r-- | static/font/css/fontello-codes.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/font/css/fontello-codes.css b/static/font/css/fontello-codes.css index 21cf6f06..66a240cd 100644 --- a/static/font/css/fontello-codes.css +++ b/static/font/css/fontello-codes.css @@ -27,6 +27,7 @@ .icon-menu:before { content: '\f0c9'; } /* '' */ .icon-mail-alt:before { content: '\f0e0'; } /* '' */ .icon-comment-empty:before { content: '\f0e5'; } /* '' */ +.icon-plus-squared:before { content: '\f0fe'; } /* '' */ .icon-reply:before { content: '\f112'; } /* '' */ .icon-lock-open-alt:before { content: '\f13e'; } /* '' */ .icon-thumbs-up-alt:before { content: '\f164'; } /* '' */ |
