diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-07-14 12:52:50 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-07-14 12:52:50 +0200 |
commit | a28da40fa8937e87d633689527c84594a771855d (patch) | |
tree | 13184fae1541e0bc8d04bfb3de7d43596188e126 /view | |
parent | 7f712973831212694de824a2e63961b98ef53959 (diff) | |
download | volse-hubzilla-a28da40fa8937e87d633689527c84594a771855d.tar.gz volse-hubzilla-a28da40fa8937e87d633689527c84594a771855d.tar.bz2 volse-hubzilla-a28da40fa8937e87d633689527c84594a771855d.zip |
css fixes
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/redbasic/css/style.css | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 679d48edb..046d8471b 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1284,7 +1284,7 @@ div.jGrowl div.jGrowl-notification { text-align: center; } -.rconnect, a.rateme, div.rateme { +a.rconnect, a.rateme, div.rateme { color: $nav_active_icon_colour; text-decoration: none; font-weight: normal; @@ -2296,7 +2296,3 @@ nav .badge.mail-update:hover { .channels_ckbx, .pending_ckbx, .users_ckbx { margin-top: -5px !important; } - -.collapse { -width: 100% !important; -} |