Fix styles
This commit is contained in:
parent
3d0197246e
commit
646bad43e9
2 changed files with 17 additions and 2 deletions
|
@ -47,12 +47,15 @@
|
||||||
padding-left: 32px;
|
padding-left: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.author,
|
.author a,
|
||||||
.committer {
|
.committer a {
|
||||||
font-size:14px;
|
font-size:14px;
|
||||||
line-height:22px;
|
line-height:22px;
|
||||||
text-shadow:0 1px 1px #fff;
|
text-shadow:0 1px 1px #fff;
|
||||||
color:#777;
|
color:#777;
|
||||||
|
&:hover {
|
||||||
|
color: #999;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.avatar {
|
.avatar {
|
||||||
|
@ -227,6 +230,9 @@
|
||||||
|
|
||||||
.commit-author-name {
|
.commit-author-name {
|
||||||
color: #777;
|
color: #777;
|
||||||
|
&:hover {
|
||||||
|
color: #999;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -72,6 +72,15 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.blame {
|
||||||
|
img.avatar {
|
||||||
|
border: 0 none;
|
||||||
|
float: none;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.tree-btn-group {
|
.tree-btn-group {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue