Commit a8870e87 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix blame markup & breadcrubs for commits

parent 19c58bec
......@@ -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,
......
= render "head"
- if @path
- if @path.present?
%ul.breadcrumb
%li
%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