diff options
author | marijus <mario@mariovavti.com> | 2014-03-03 19:56:38 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-03-03 19:56:38 +0100 |
commit | 64b32d9146fb7823536ed6d409ad3cba66924dad (patch) | |
tree | 3b5ecd941b82269f3fa09be758bc2ff596d905e4 /view/theme | |
parent | 239550b0c96e5204be4ef4c5f6130e0278ae50b7 (diff) | |
download | volse-hubzilla-64b32d9146fb7823536ed6d409ad3cba66924dad.tar.gz volse-hubzilla-64b32d9146fb7823536ed6d409ad3cba66924dad.tar.bz2 volse-hubzilla-64b32d9146fb7823536ed6d409ad3cba66924dad.zip |
var update
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 54ea393dc..b14984981 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -748,7 +748,7 @@ footer { display: block; color: #FFFFFF; margin-top: 15px; - background-color: $nav_bg_2; + background-color: $nav_bg; -webkit-border-radius: $radiuspx ; -moz-border-radius: $radiuspx; border-radius: $radiuspx; |