Skip to content

Commit 76f422f

Browse files
committed
Adjust navbar GitHub icon alignment
1 parent 81fd9a2 commit 76f422f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

_includes/JB/pages_list

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,11 @@ Usage:
3131
{% else %}
3232
<li>
3333
{% endif %}
34+
<a href="{{ BASE_PATH }}{{node.url}}" class="active"></a>
3435
{% if node.image != null %}
35-
<img style="height: 1em; vertical-align:top; margin: 0px" src="{{node.image}}"></img>
36+
<img style="height: 1em; vertical-align:middle; margin: 0px" src="{{node.image}}"></img>
3637
{% endif %}
37-
<a href="{{ BASE_PATH }}{{node.url}}" class="active">{{node.title}}</a></li>
38+
{{node.title}}</a></li>
3839
{% endif %}
3940
{% endif %}
4041
{% endfor %}

0 commit comments

Comments
 (0)