diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-02-02 10:59:20 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-02-02 10:59:20 +0100 |
commit | d4b51c491fd11352bf0763d46e859587a6afeb26 (patch) | |
tree | 574a675262d33e12cf7aa663966ca4f2364bf0d4 /view/theme/redbasic/css | |
parent | 3f66d9f8cddd4465a430e9bf70a37447de04e821 (diff) | |
download | volse-hubzilla-d4b51c491fd11352bf0763d46e859587a6afeb26.tar.gz volse-hubzilla-d4b51c491fd11352bf0763d46e859587a6afeb26.tar.bz2 volse-hubzilla-d4b51c491fd11352bf0763d46e859587a6afeb26.zip |
do not use style in template
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 8a4ab99af..bf664ad81 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1751,7 +1751,7 @@ nav .badge.home-update, nav .badge.notify-update, nav .badge.intro-update, nav .badge.mail-update { - background-color:#C9302C; + background-color: #C9302C; } .dropdown-menu { |