small style fix

This commit is contained in:
Tom Johnson
2015-12-13 08:35:17 -08:00
parent 536154cada
commit 8fe116220b
6 changed files with 17 additions and 17 deletions

View File

@ -26,7 +26,7 @@ layout: default
{% include custom/conditions.html %}
{% for tag in page.tags %}
{% if projectTags contains tag %}
<a href="tag_{{tag}}.html" class="btn btn-info navbar-btn cursorNorm" role="button">{{page.tagName}}{{tag}}</a>
<a href="tag_{{tag}}.html" class="btn btn-default navbar-btn cursorNorm" role="button">{{page.tagName}}{{tag}}</a>
{% endif %}
{% endfor %}
{% endif %}