mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 17:59:03 +00:00
Show forum icon
This commit is contained in:
+2
-2
@@ -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>
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user