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 file
*/ */
&.blame { &.blame {
table {
border:none;
box-shadow:none;
margin:0;
}
tr { tr {
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
} }
td { td {
&:first-child {
border-left:none;
}
&:last-child {
border-right:none;
}
background:#fff;
padding:5px; padding:5px;
} }
.author, .author,

View File

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