From c2f3def5e8699313ea78cb67aea5f8598d743bda Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Sep 01 2014 09:49:33 +0000 Subject: Small adjustment in the CSS to give a clear background on comments This is just a start to add a small distinction between code and comments in pull-requests --- diff --git a/progit/static/progit.css b/progit/static/progit.css index 674e75e..b352b45 100644 --- a/progit/static/progit.css +++ b/progit/static/progit.css @@ -496,3 +496,7 @@ th.month .ui-button-text { display: none; cursor: pointer; } + +.pr_comment { + background: #fff; +}