aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-12-21 12:55:49 +0100
committerMario Vavti <mario@mariovavti.com>2016-12-21 12:55:49 +0100
commitfcc92299ebaf5a723f31e44e2e16a6248bbdc04b (patch)
tree789655975a5ea38f654b72177fc23058a11c9f1a /view/theme/redbasic
parent04472bd730f464aaee1ef79cf67c8b4f79f85652 (diff)
downloadvolse-hubzilla-fcc92299ebaf5a723f31e44e2e16a6248bbdc04b.tar.gz
volse-hubzilla-fcc92299ebaf5a723f31e44e2e16a6248bbdc04b.tar.bz2
volse-hubzilla-fcc92299ebaf5a723f31e44e2e16a6248bbdc04b.zip
css fixes
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r--view/theme/redbasic/css/style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 82fe99d2d..7ec47dfb0 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -32,10 +32,14 @@ aside {
max-width: $aside_widthpx;
}
-aside#region_1 {
+aside #region_1 {
border-right: 1px solid transparent;
}
+aside #left_aside_wrapper {
+ margin-bottom: 10px;
+}
+
main {
margin-left: auto;
margin-right: auto;