diff --git a/progit/static/progit.css b/progit/static/progit.css index 6198f3e..a9806d9 100644 --- a/progit/static/progit.css +++ b/progit/static/progit.css @@ -22,7 +22,7 @@ td, th { color: green; } -.errors { +.errors, .new_commit { color: red; } @@ -30,6 +30,10 @@ td, th { color: orange; } +.new_commit { + margin-left: -12px; +} + .nobutton { background:none!important; border:none; diff --git a/progit/templates/repo_info.html b/progit/templates/repo_info.html index 231b10b..21419f4 100644 --- a/progit/templates/repo_info.html +++ b/progit/templates/repo_info.html @@ -113,20 +113,12 @@