Fix alignment of icon on commits page

This commit is contained in:
Annabel Dunstone 2016-08-17 17:45:52 -05:00
parent e5840a4d9b
commit 71d65467a8
1 changed files with 3 additions and 14 deletions

View File

@ -68,22 +68,11 @@
}
.ci-status-link {
margin-left: 2px;
svg {
vertical-align: middle;
}
.ci-status-label {
display: inline-block;
}
&:hover {
text-decoration: none;
.ci-status-label {
text-decoration: underline;
}
position: relative;
top: 2px;
margin: 0 2px 0 3px;
}
}
}