diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-05-19 22:01:10 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-05-20 22:53:19 +0200 |
commit | a3f9cf7e97e85e421faaf50d559c17279ae54691 (patch) | |
tree | d0e228ea5cec780025de9e16a768df8a1a019685 /view/theme | |
parent | ef0f195fe8fb4d7ad286709ed5c12f9b929dbbf5 (diff) | |
download | volse-hubzilla-a3f9cf7e97e85e421faaf50d559c17279ae54691.tar.gz volse-hubzilla-a3f9cf7e97e85e421faaf50d559c17279ae54691.tar.bz2 volse-hubzilla-a3f9cf7e97e85e421faaf50d559c17279ae54691.zip |
update to fork-awesome 1.1 and fix an old font-awesome reference
Diffstat (limited to 'view/theme')
-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; |