diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-05-19 22:01:10 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-05-19 22:01:10 +0200 |
commit | 7a1afc315d51366efcf604fc1fe3737375aac799 (patch) | |
tree | 1ac9054c86fa32e06277513344e96c6dd1ffdb7f /view/theme/redbasic | |
parent | 244e813bfa9baa5ade89b371ec109775cdae2664 (diff) | |
download | volse-hubzilla-7a1afc315d51366efcf604fc1fe3737375aac799.tar.gz volse-hubzilla-7a1afc315d51366efcf604fc1fe3737375aac799.tar.bz2 volse-hubzilla-7a1afc315d51366efcf604fc1fe3737375aac799.zip |
update to fork-awesome 1.1 and fix an old font-awesome reference
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 0bb523457..9f78f06c5 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1583,7 +1583,7 @@ dl.bb-dl > dd > li { .bootstrap-tagsinput .tag:before { /* Copied from fa-asterisk, is there a better way to do it? */ - font-family: FontAwesome; + font-family: ForkAwesome; font-weight: normal; font-style: normal; text-decoration: inherit; |