From: jordan Date: Mon, 9 Apr 2012 20:19:56 +0000 (+0000) Subject: make the karma history positive & negative reputation blocks use CSS min-width instea... X-Git-Tag: live~70 X-Git-Url: https://git.openstreetmap.org/osqa.git/commitdiff_plain/32509c7ba5495ee0b0e42b0343cbd2a6125532cd make the karma history positive & negative reputation blocks use CSS min-width instead of width, other wise 100 reputation in block overflows into 10(line break)0 git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@1247 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- diff --git a/forum/skins/default/templates/users/reputation.html b/forum/skins/default/templates/users/reputation.html index 5b1559c..fe06b6e 100644 --- a/forum/skins/default/templates/users/reputation.html +++ b/forum/skins/default/templates/users/reputation.html @@ -21,6 +21,20 @@ }); + + {% endblock %} {% block usercontent %}
@@ -31,8 +45,8 @@ {% for rep in reputation %}

-
{{ rep.positive }}
-
{{ rep.negative }}
+
{{ rep.positive }}
+
{{ rep.negative }}
{% activity_item rep.action request.user %}