Commit a8870e87 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix blame markup & breadcrubs for commits

parent 19c58bec
...@@ -68,10 +68,22 @@ ...@@ -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,
......
= render "head" = render "head"
- if @path - if @path.present?
%ul.breadcrumb %ul.breadcrumb
%li %li
%span.arrow %span.arrow
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment