diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-12-21 12:55:49 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-12-21 12:55:49 +0100 |
commit | fcc92299ebaf5a723f31e44e2e16a6248bbdc04b (patch) | |
tree | 789655975a5ea38f654b72177fc23058a11c9f1a /view/theme/redbasic/css | |
parent | 04472bd730f464aaee1ef79cf67c8b4f79f85652 (diff) | |
download | volse-hubzilla-fcc92299ebaf5a723f31e44e2e16a6248bbdc04b.tar.gz volse-hubzilla-fcc92299ebaf5a723f31e44e2e16a6248bbdc04b.tar.bz2 volse-hubzilla-fcc92299ebaf5a723f31e44e2e16a6248bbdc04b.zip |
css fixes
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 6 |
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; |