link to author on tree view item

This commit is contained in:
Dmitriy Zaporozhets 2011-11-06 22:21:48 +02:00
parent 1d1b5186c3
commit f87f0201f0
4 changed files with 19 additions and 3 deletions

View file

@ -667,6 +667,15 @@ table.highlighttable pre{
.cred { color:#D12F19; }
.cgreen { color:#44aa22; }
body.project-page table .commit {
a.tree-commit-link {
color:gray;
&:hover {
text-decoration:underline;
}
}
}
body.project-page #notes-list .note {padding: 10px; border-bottom: 1px solid #eee; overflow: hidden; display: block;}
body.project-page #notes-list .note {padding: 10px; border-bottom: 1px solid #eee; overflow: hidden; display: block;}
body.project-page #notes-list .note img{float: left; margin-right: 10px;}