From 653731a9d36feebaf6269228cafe8eda059c4501 Mon Sep 17 00:00:00 2001 From: Charles Connell Date: Thu, 23 Jan 2014 11:49:10 -0500 Subject: [PATCH] Badges on separate line --- karmaworld/assets/css/dashboard.css | 2 +- karmaworld/templates/user_profile.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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.

-- 2.25.1