probably should indicate the appearence of aside visualy somehow

This commit is contained in:
marijus
2014-03-07 19:58:20 +01:00
parent 21db60c991
commit 55d66cc2fb
2 changed files with 10 additions and 5 deletions

View File

@@ -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;
}
}