# HG changeset patch # User Mads Kiilerich # Date 2013-06-04 14:01:57 # Node ID e29b927d4de4f83e8c89497702bed1212665a99a # Parent 4a0bce848ed87f894d94524696c9364762295d3a pullrequest: indent PR descriptions in overview diff --git a/rhodecode/public/css/style.css b/rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css +++ b/rhodecode/public/css/style.css @@ -4656,6 +4656,9 @@ div.pr { margin: 0px 20px; padding: 10px 4px; } +div.pr-desc { + margin: 0px 20px; +} div.pr-closed { background-color: #eee; } diff --git a/rhodecode/templates/pullrequests/pullrequest_data.html b/rhodecode/templates/pullrequests/pullrequest_data.html --- a/rhodecode/templates/pullrequests/pullrequest_data.html +++ b/rhodecode/templates/pullrequests/pullrequest_data.html @@ -12,7 +12,7 @@ %endif
${_('Title')}: ${pr.title}
-
${pr.description}
+
${pr.description}
% endfor