diff --git a/progit/static/progit.css b/progit/static/progit.css index cad1125..17e30a8 100644 --- a/progit/static/progit.css +++ b/progit/static/progit.css @@ -588,8 +588,8 @@ pre { { color:white; } -.commit_list li > a, -.tree_list li > a { +.commit_list li > a:first-child, +.tree_list li > a:first-child { display: block; } @@ -600,3 +600,7 @@ pre { display: inline-block; width: 5em; } + +.pr { + float: right; +} diff --git a/progit/templates/repo_info.html b/progit/templates/repo_info.html index 42d86fa..fafadb4 100644 --- a/progit/templates/repo_info.html +++ b/progit/templates/repo_info.html @@ -113,19 +113,22 @@