diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-09-20 16:55:53 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-09-20 16:55:53 -0700 |
commit | 421dfce599dcd56b661f0f306840c60482965553 (patch) | |
tree | 13dd522bd795f82d2fe8a68f53086dd2a3a70244 | |
parent | b240c15014ec440c414407dd2b73567b39391e0e (diff) | |
parent | c38687725d3decdd26abbc4acfd8696c0ddd36b0 (diff) | |
download | volse-hubzilla-421dfce599dcd56b661f0f306840c60482965553.tar.gz volse-hubzilla-421dfce599dcd56b661f0f306840c60482965553.tar.bz2 volse-hubzilla-421dfce599dcd56b661f0f306840c60482965553.zip |
Merge https://github.com/redmatrix/hubzilla into pending_merge
-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 4c8311ef0..6a9cc5517 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" class="hidden-sm hidden-xs"><?php if(x($page,'right_aside')) echo $page['right_aside']; ?></aside> + <aside id="region_3" class="hidden-sm hidden-xs hidden-md"><?php if(x($page,'right_aside')) echo $page['right_aside']; ?></aside> </main> <footer><?php if(x($page,'footer')) echo $page['footer']; ?></footer> </body> |