From 55d66cc2fb68e2dc3f1809e573ec9404772dc00c Mon Sep 17 00:00:00 2001 From: marijus Date: Fri, 7 Mar 2014 19:58:20 +0100 Subject: probably should indicate the appearence of aside visualy somehow --- view/theme/redbasic/css/style.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'view/theme/redbasic/css') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index cdd77ae6b..8a5f920b0 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2287,3 +2287,10 @@ blockquote { color: $nav_active_icon_colour; padding: 7px 10px; } + +@media screen and (max-width:767px) { + aside#region_1 { + background-color: $nav_bg; + border-right: 1px solid $nav_bd; + } +} -- cgit v1.2.3