diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-15 17:28:00 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-15 17:28:00 +0100 |
commit | e7a5aa7b9cbe0ff9a3840500c4e7eebf6896dc93 (patch) | |
tree | 3d003450d49113145add39bab8d451cabf630d2d /view/theme/redbasic/css | |
parent | aa33cacb62ef25cbab7c6ee1b253ed58072e6e44 (diff) | |
download | volse-hubzilla-e7a5aa7b9cbe0ff9a3840500c4e7eebf6896dc93.tar.gz volse-hubzilla-e7a5aa7b9cbe0ff9a3840500c4e7eebf6896dc93.tar.bz2 volse-hubzilla-e7a5aa7b9cbe0ff9a3840500c4e7eebf6896dc93.zip |
js fixes
Diffstat (limited to 'view/theme/redbasic/css')
-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 ba12bf3bd..bcf987b2b 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1850,7 +1850,7 @@ dl.bb-dl > dd > li { font-weight: normal; font-style: normal; text-decoration: inherit; - content:"\f069"; + content:"\f069 "; } /* Modified original CSS to match input in Redbasic */ |