mirror of
https://github.com/Xevion/runnerspace.git
synced 2025-12-06 05:16:23 -06:00
Fix different margin-top on stats/new users in index
This commit is contained in:
@@ -17,9 +17,15 @@
|
||||
<div class="statistics" style="margin: 1em;">
|
||||
<h2>runnerspace Statistics</h2>
|
||||
<div>
|
||||
<div style="margin: 1.2em;">
|
||||
<strong>{{ stats['total_comments'] }}</strong> comments across <strong>{{ stats['total_posts'] }}</strong> posts<br>
|
||||
<strong>{{ stats['total_users'] }}</strong> users
|
||||
<div>
|
||||
<ul>
|
||||
<li>
|
||||
<strong>{{ stats['total_comments'] }}</strong> comments across <strong>{{ stats['total_posts'] }}</strong> posts<br>
|
||||
</li>
|
||||
<li>
|
||||
<strong>{{ stats['total_users'] }}</strong> users
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user