mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-11 15:10:45 +01:00
had to remove hidden-xs from the footer - BS3's !important takes precedence over the fading animation and looks ugly (flex)
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
</div>-->
|
||||
|
||||
<!-- START Forum Info -->
|
||||
<div id="footer" class="container hidden-xs" style="padding-top: 50px; display: none">
|
||||
<div id="footer" class="container" style="padding-top: 50px; display: none">
|
||||
<div class="alert alert-info">
|
||||
<span id="active_users"></span>; <span id="active_record"></span><br />
|
||||
<span id="number_of_users"></span> <span id="post_stats"></span><br />
|
||||
|
||||
Reference in New Issue
Block a user