1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 13:40:20 +02:00

Remove footer and move language selection to header

This commit is contained in:
Toby Zerner
2015-08-06 12:16:55 +09:30
parent c361c97394
commit c8084c3925
6 changed files with 34 additions and 191 deletions

View File

@@ -17,9 +17,6 @@
* - #home-link
* - #header-primary
* - #header-secondary
* - #footer
* - #footer-primary
* - #footer-secondary
* - #content
* - #composer
*/
@@ -43,13 +40,6 @@
</div>
</header>
<footer id="footer" class="App-footer">
<div class="container">
<div id="footer-primary" class="Footer-primary"></div>
<div id="footer-secondary" class="Footer-secondary"></div>
</div>
</footer>
</div>
<main class="App-content">