line numbers for blame

This commit is contained in:
Dmitriy Zaporozhets 2013-01-14 20:55:57 +02:00
parent e98d478085
commit a36926216f
2 changed files with 33 additions and 10 deletions

View file

@ -80,6 +80,18 @@
margin: 0;
padding: 0;
}
td.blame-commit {
background: #f9f9f9;
min-width: 350px;
}
td.blame-numbers {
pre {
color: #AAA;
white-space: pre;
}
background: #f1f1f1;
border-left: 1px solid #DDD;
}
}
}