X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=root%2Fstatic%2Fcss%2Fsite.css;h=a4ed8608697f6139207c9499f1eb5941bdda13d1;hb=da29fb4447b7edaf017d607fb1992da71fe61709;hp=c53694abb748a1ee71b07c7cc8b81a6dfb93fd6c;hpb=76eeff61c03af34ac0054b44d40c3b14c44afbfa;p=catagits%2FGitalist.git diff --git a/root/static/css/site.css b/root/static/css/site.css index c53694a..a4ed860 100644 --- a/root/static/css/site.css +++ b/root/static/css/site.css @@ -26,7 +26,7 @@ tfoot td { background-color: #fefeaa; } -span.chroma-hash { +.chroma-hash { font-family: monospace; font-size: 1em; font-style: normal; @@ -167,7 +167,7 @@ table.heads { /*#blame td { border: solid 1px black; }*/ #blame td.lineno { width: 2%; - background-color: #ddd; + background-color: #eee; } #blame td.date { width: 7%; @@ -176,7 +176,7 @@ table.heads { width: 10%; } #blame td.commit-info { - width: 5%; + width: 4%; } #blame .data { padding-left: 5px;