diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -958,6 +958,10 @@ tbody .yui-dt-editable { cursor: pointer padding-bottom: 2px; } +#content div.box div.normal-indent { + margin: 0 20px 10px 20px; +} + #content div.box p { color: #5f5f5f; font-size: 12px; diff --git a/kallithea/templates/pullrequests/pullrequest_show_all.html b/kallithea/templates/pullrequests/pullrequest_show_all.html --- a/kallithea/templates/pullrequests/pullrequest_show_all.html +++ b/kallithea/templates/pullrequests/pullrequest_show_all.html @@ -41,7 +41,7 @@ ${self.repo_context_bar('showpullrequest -