diff options
author | marijus <mario@mariovavti.com> | 2014-03-07 20:12:23 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-03-07 20:12:23 +0100 |
commit | f85346673f7401540430f90d7eca3d1c38d09ead (patch) | |
tree | 563cc4222780abc4debf3ccb9b6c28c7577fdf44 /view/theme/redbasic | |
parent | 55d66cc2fb68e2dc3f1809e573ec9404772dc00c (diff) | |
download | volse-hubzilla-f85346673f7401540430f90d7eca3d1c38d09ead.tar.gz volse-hubzilla-f85346673f7401540430f90d7eca3d1c38d09ead.tar.bz2 volse-hubzilla-f85346673f7401540430f90d7eca3d1c38d09ead.zip |
thats better
Diffstat (limited to 'view/theme/redbasic')
-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 8a5f920b0..19e82b057 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2290,7 +2290,7 @@ blockquote { @media screen and (max-width:767px) { aside#region_1 { - background-color: $nav_bg; + background: rgba(0, 0, 0, .1); border-right: 1px solid $nav_bd; } } |