Skip to content
Snippets Groups Projects
Commit 646bad43 authored by Riyad Preukschas's avatar Riyad Preukschas
Browse files

Fix styles

parent 3d019724
No related branches found
No related tags found
1 merge request!1851Link to commit authors everywhere
Loading
Loading
@@ -47,12 +47,15 @@
padding-left: 32px;
}
 
.author,
.committer {
.author a,
.committer a {
font-size:14px;
line-height:22px;
text-shadow:0 1px 1px #fff;
color:#777;
&:hover {
color: #999;
}
}
 
.avatar {
Loading
Loading
@@ -227,6 +230,9 @@
 
.commit-author-name {
color: #777;
&:hover {
color: #999;
}
}
}
 
Loading
Loading
Loading
Loading
@@ -72,6 +72,15 @@
}
}
}
.blame {
img.avatar {
border: 0 none;
float: none;
margin: 0;
padding: 0;
}
}
}
 
.tree-btn-group {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment