1
0
Fork 0
forked from forgejo/forgejo

#1545 Cross reference the commit from the issue when it is closed by the commit

This commit is contained in:
Unknwon 2015-08-30 00:45:56 +08:00
parent 302938e646
commit 9b9e5f0290
9 changed files with 46 additions and 23 deletions

View file

@ -235,6 +235,20 @@
font-size: 35px;
color: #6cc644;
}
&.octicon-bookmark {
margin-top: 3px;
font-size: 25px;
}
}
.detail {
font-size: 0.9rem;
margin-top: 5px;
margin-left: 35px;
.octicon {
&.octicon-git-commit {
margin-top: 2px;
}
}
}
}
}