]> git.parisson.com Git - telemeta.git/commitdiff
fix content width on profile page
authoryomguy <yomguy@parisson.com>
Thu, 23 Feb 2012 13:33:48 +0000 (14:33 +0100)
committeryomguy <yomguy@parisson.com>
Thu, 23 Feb 2012 13:33:48 +0000 (14:33 +0100)
telemeta/templates/telemeta/profile_detail.html

index 17f82f167a76237a188ef55ddb529b72eea2f8c1..4bfa103c8518f829a75c18bc5a1f5faef29329ae 100644 (file)
@@ -34,7 +34,7 @@
   {% endblock %}
  </div>
 
-    <div class="infos" style="padding-top: 1em;">
+   <div class="infos" style="padding-top: 1em; width: 66%">
      <dl class="listing">
       <dt>{% trans "First Name" %}</dt><dd>{{ usr.first_name }}</dd>
       <dt>{% trans "Last Name" %}</dt><dd>{{ usr.last_name }}</dd>