Fix blame markup & breadcrubs for commits
This commit is contained in:
parent
19c58becc0
commit
a8870e87e4
2 changed files with 13 additions and 1 deletions
|
@ -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,
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
= render "head"
|
= render "head"
|
||||||
|
|
||||||
- if @path
|
- if @path.present?
|
||||||
%ul.breadcrumb
|
%ul.breadcrumb
|
||||||
%li
|
%li
|
||||||
%span.arrow
|
%span.arrow
|
||||||
|
|
Loading…
Add table
Reference in a new issue