update to latest bs4 from git and change hidden-* classes to d-*

This commit is contained in:
Mario Vavti
2017-03-20 11:18:23 +01:00
parent b10c519cc1
commit 37d350c3f5
23 changed files with 295 additions and 341 deletions

View File

@@ -15,7 +15,7 @@
<div id="page-footer"></div>
<div id="pause"></div>
</section>
<aside id="region_3" class="hidden-lg-down"><?php if(x($page,'right_aside')) echo $page['right_aside']; ?></aside>
<aside id="region_3" class="d-none d-xl-table-cell"><?php if(x($page,'right_aside')) echo $page['right_aside']; ?></aside>
</main>
<footer><?php if(x($page,'footer')) echo $page['footer']; ?></footer>
</body>