Fix commits table highlight

This commit is contained in:
Dmitriy Zaporozhets 2013-09-24 11:50:37 +00:00
parent 9587506124
commit 0009016b68
1 changed files with 2 additions and 1 deletions

View File

@ -67,6 +67,7 @@
} }
table { table {
width: 100%;
font-family: $monospace_font; font-family: $monospace_font;
border: none; border: none;
margin: 0px; margin: 0px;
@ -504,4 +505,4 @@ li.commit {
@extend .cgray; @extend .cgray;
} }
} }
} }