diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-09-05 14:31:34 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-09-05 14:31:34 +0200 |
commit | 4f82428a207d426a5cace7c3749655b391e6c156 (patch) | |
tree | 3f2ea82936dca6e1cca1296225673d0ba6bd3900 /view/theme | |
parent | e494a76b33baae47aee671951cc4459a3f225c86 (diff) | |
download | volse-hubzilla-4f82428a207d426a5cace7c3749655b391e6c156.tar.gz volse-hubzilla-4f82428a207d426a5cace7c3749655b391e6c156.tar.bz2 volse-hubzilla-4f82428a207d426a5cace7c3749655b391e6c156.zip |
hide cover photo by default and show it only if conditions are met
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 970e4bc89..0a879cb71 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -32,7 +32,8 @@ aside #region_1 { border-right: 1px solid transparent; } -aside #left_aside_wrapper { +aside #left_aside_wrapper, +aside #right_aside_wrapper { margin-bottom: 10px; } |