mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-06 16:27:30 +02:00
fixed footer markup
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
<div id="alert_window"></div>
|
||||
|
||||
|
||||
<div id="footer" class="container footer-stats">
|
||||
<footer id="footer" class="container footer-stats">
|
||||
<div class="row">
|
||||
<div class="col-md-3 col-xs-6">
|
||||
<div class="stats-card well">
|
||||
@@ -65,8 +65,8 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer class="footer">Copyright © 2013 <a target="_blank" href="http://www.nodebb.org">NodeBB</a> by <a target="_blank" href="https://github.com/psychobunny">psychobunny</a>, <a href="https://github.com/julianlam" target="_blank">julianlam</a>, <a href="https://github.com/barisusakli" target="_blank">barisusakli</a> from <a target="_blank" href="http://www.designcreateplay.com">designcreateplay</a></footer>
|
||||
</div>
|
||||
<div class="copyright">Copyright © 2013 <a target="_blank" href="http://www.nodebb.org">NodeBB</a> by <a target="_blank" href="https://github.com/psychobunny">psychobunny</a>, <a href="https://github.com/julianlam" target="_blank">julianlam</a>, <a href="https://github.com/barisusakli" target="_blank">barisusakli</a> from <a target="_blank" href="http://www.designcreateplay.com">designcreateplay</a></div>
|
||||
</footer>
|
||||
|
||||
<script>
|
||||
$.getScript(RELATIVE_PATH + '/src/forum/footer.js');
|
||||
|
||||
@@ -11,9 +11,10 @@
|
||||
|
||||
.pointer;
|
||||
}
|
||||
|
||||
padding-top: 15px;
|
||||
}
|
||||
|
||||
.footer {
|
||||
.copyright {
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
Reference in New Issue
Block a user