Fix blame markup & breadcrubs for commits

This commit is contained in:
Dmitriy Zaporozhets 2012-09-27 11:58:41 +03:00
parent 19c58becc0
commit a8870e87e4
2 changed files with 13 additions and 1 deletions

View file

@ -68,10 +68,22 @@
* Blame file
*/
&.blame {
table {
border:none;
box-shadow:none;
margin:0;
}
tr {
border-bottom: 1px solid #eee;
}
td {
&:first-child {
border-left:none;
}
&:last-child {
border-right:none;
}
background:#fff;
padding:5px;
}
.author,

View file

@ -1,6 +1,6 @@
= render "head"
- if @path
- if @path.present?
%ul.breadcrumb
%li
%span.arrow