Show forum icon

This commit is contained in:
Dave Syer and Nick Street
2013-08-16 10:22:16 +01:00
parent d9771b60de
commit d86dfe2b87
2 changed files with 6 additions and 3 deletions
+2 -2
View File
@@ -15,8 +15,8 @@
<a href="{{ site.github }}" class="project-link">
<i class="icon-github"></i>
</a>
<a href="{{ site.forum }}" class="project-link">
<div class="icon icon-forum"></div>
<a href="{{ site.forum }}" class="project-link project-link-forum">
<i class="icon-comment-alt"></i>
</a>
</div>
<div class="project--title">{{ site.name }}</div>
+4 -1
View File
@@ -134,7 +134,10 @@
color: #d4d4d4;
}
.project-header--wrapper .project--links--container .project-link:last-child {
margin-right: 0;
margin-right: 20px;
}
.project-header--wrapper .project--links--container .project-link.project-link-forum {
margin-top: -5px;
}
.project-header--wrapper .project--links--container .project-link:hover {
text-decoration: none;