# HG changeset patch # User Mads Kiilerich # Date 1405695697 -7200 # Node ID ac91a7ba2691003c7f9ac6e8a93db5089c41eae6 # Parent 58ad7a675a7be90708620ccf151bf6c70b71ac48 old style: set max width on pull request headers - don't make them as wide as the longest line in the description diff -r 58ad7a675a7b -r ac91a7ba2691 kallithea/public/css/style.css --- a/kallithea/public/css/style.css Fri Jul 18 17:01:37 2014 +0200 +++ b/kallithea/public/css/style.css Fri Jul 18 17:01:37 2014 +0200 @@ -4787,6 +4787,10 @@ line-height: 1.5em; } +.pr-box { + max-width: 978px; +} + /**** PERMS *****/ diff -r 58ad7a675a7b -r ac91a7ba2691 kallithea/templates/pullrequests/pullrequest_show.html --- a/kallithea/templates/pullrequests/pullrequest_show.html Fri Jul 18 17:01:37 2014 +0200 +++ b/kallithea/templates/pullrequests/pullrequest_show.html Fri Jul 18 17:01:37 2014 +0200 @@ -23,7 +23,7 @@ ${self.breadcrumbs()} -
+
${_('Title')}: ${c.pull_request.title} %if c.pull_request.is_closed():