diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-06-11 13:07:45 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-06-11 13:07:45 +0200 |
commit | 8c4b3379187b0c6841499801ce07960c885713f3 (patch) | |
tree | a1b610174e5cf56b41ffc84895a3826d33675ebc /view/theme/redbasic/css | |
parent | c8fe408a62b607e69df0a059769fcd200416bf9d (diff) | |
download | volse-hubzilla-8c4b3379187b0c6841499801ce07960c885713f3.tar.gz volse-hubzilla-8c4b3379187b0c6841499801ce07960c885713f3.tar.bz2 volse-hubzilla-8c4b3379187b0c6841499801ce07960c885713f3.zip |
set width for region_3 only if center page content is set
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/converse_center.css | 6 | ||||
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/converse_center.css b/view/theme/redbasic/css/converse_center.css index 8e595e7ff..9b4246a5b 100644 --- a/view/theme/redbasic/css/converse_center.css +++ b/view/theme/redbasic/css/converse_center.css @@ -2,3 +2,9 @@ main { margin-left: auto; margin-right: auto; } + +aside#region_3 { + width: $aside_widthpx; + min-width: $aside_widthpx; + max-width: $aside_widthpx; +} diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 1c575a63e..946e2d7d7 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -24,7 +24,7 @@ body { height: 100%; } -aside { +aside#region_1 { width: $aside_widthpx; min-width: $aside_widthpx; max-width: $aside_widthpx; |