diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-06-10 13:08:17 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-06-10 13:08:17 +0200 |
commit | 50ac9378e3b1b55e8f12513f5b72152078477ab2 (patch) | |
tree | 10b13ef6ce6d43790a9711fab58e0b4301790463 /view/css | |
parent | 20a317b5b71547913d2eeff941dfc5276276213e (diff) | |
download | volse-hubzilla-50ac9378e3b1b55e8f12513f5b72152078477ab2.tar.gz volse-hubzilla-50ac9378e3b1b55e8f12513f5b72152078477ab2.tar.bz2 volse-hubzilla-50ac9378e3b1b55e8f12513f5b72152078477ab2.zip |
assign right aside the same width as we have in left aside but hide it on small and xs screens. make aside width a variablee for easier handling.
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/default.css | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/view/css/default.css b/view/css/default.css index 56173f932..2675bc2d8 100644 --- a/view/css/default.css +++ b/view/css/default.css @@ -14,10 +14,8 @@ main { height: 100%; } -aside#region_1 { - width: 231px; - min-width: 231px; - max-width: 231px; +aside#region_1, +aside#region_3 { display: table-cell; vertical-align: top; padding: 65px 7px 0px 7px; |