aboutsummaryrefslogtreecommitdiffstats
path: root/view/php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-06-10 13:08:17 +0200
committerMario Vavti <mario@mariovavti.com>2015-06-10 13:08:17 +0200
commit50ac9378e3b1b55e8f12513f5b72152078477ab2 (patch)
tree10b13ef6ce6d43790a9711fab58e0b4301790463 /view/php
parent20a317b5b71547913d2eeff941dfc5276276213e (diff)
downloadvolse-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')
-rw-r--r--view/php/default.php2
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>