diff rhodecode/templates/pullrequests/pullrequest_data.html @ 4023:e29b927d4de4

pullrequest: indent PR descriptions in overview
author Mads Kiilerich <madski@unity3d.com>
date Tue, 04 Jun 2013 14:01:57 +0200
parents 7d988c308533
children 73ef2a5d3042
line wrap: on
line diff
--- a/rhodecode/templates/pullrequests/pullrequest_data.html	Fri Jun 14 16:27:34 2013 +0200
+++ b/rhodecode/templates/pullrequests/pullrequest_data.html	Tue Jun 04 14:01:57 2013 +0200
@@ -12,7 +12,7 @@
        %endif
     </div>
     <h5 style="border:0px;padding-bottom:0px">${_('Title')}: ${pr.title}</h5>
-    <div>${pr.description}</div>
+    <div class="pr-desc">${pr.description}</div>
   </div>
 % endfor