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/php/default.php | |
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/php/default.php')
-rw-r--r-- | view/php/default.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/php/default.php b/view/php/default.php index 01cd8a0d4..4c8311ef0 100644 --- a/view/php/default.php +++ b/view/php/default.php @@ -14,7 +14,7 @@ <div id="page-footer"></div> <div id="pause"></div> </section> - <aside id="region_3"><?php if(x($page,'right_aside')) echo $page['right_aside']; ?></aside> + <aside id="region_3" class="hidden-sm hidden-xs"><?php if(x($page,'right_aside')) echo $page['right_aside']; ?></aside> </main> <footer><?php if(x($page,'footer')) echo $page['footer']; ?></footer> </body> |