From: Charles Connell Date: Thu, 23 Jan 2014 16:49:10 +0000 (-0500) Subject: Badges on separate line X-Git-Tag: release-20150131~212 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=653731a9d36feebaf6269228cafe8eda059c4501;p=oweals%2Fkarmaworld.git Badges on separate line --- diff --git a/karmaworld/assets/css/dashboard.css b/karmaworld/assets/css/dashboard.css index 4e17480..4c85687 100644 --- a/karmaworld/assets/css/dashboard.css +++ b/karmaworld/assets/css/dashboard.css @@ -8,7 +8,7 @@ /* STATS */ #stats_container { - height: 180px; + height: 210px; margin-bottom: 20px; } diff --git a/karmaworld/templates/user_profile.html b/karmaworld/templates/user_profile.html index 5c67559..78c9921 100644 --- a/karmaworld/templates/user_profile.html +++ b/karmaworld/templates/user_profile.html @@ -17,7 +17,7 @@
{% user_display user %} {% if badge %} - {{ badge }} +
{{ badge }} {% endif %}
@@ -60,7 +60,7 @@ - {% if not user.note_set.all %} + {% if not object_list %}

Nothing to show here yet.