aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-03-07 19:58:20 +0100
committermarijus <mario@mariovavti.com>2014-03-07 19:58:20 +0100
commit55d66cc2fb68e2dc3f1809e573ec9404772dc00c (patch)
treec2946a4ab88d974203815d81e6192e5fda0c6a19 /view/theme/redbasic/css
parent21db60c991a5cf9191fb00d5f5f3eb29bff7564c (diff)
downloadvolse-hubzilla-55d66cc2fb68e2dc3f1809e573ec9404772dc00c.tar.gz
volse-hubzilla-55d66cc2fb68e2dc3f1809e573ec9404772dc00c.tar.bz2
volse-hubzilla-55d66cc2fb68e2dc3f1809e573ec9404772dc00c.zip
probably should indicate the appearence of aside visualy somehow
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css7
1 files changed, 7 insertions, 0 deletions
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;
+ }
+}