summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2017-09-24 19:50:55 +0200
committerGitHub <noreply@github.com>2017-09-24 19:50:55 +0200
commiteca70a3d9d49233880fe5389ab84929357228963 (patch)
tree1a0101806692f88f308c6483cf8b698661e224b0
parenta9dde6bb80f551d9ea4764910a6bfbf83d3978cf (diff)
downloadwiki-eca70a3d9d49233880fe5389ab84929357228963.tar.gz
wiki-eca70a3d9d49233880fe5389ab84929357228963.tar.bz2
wiki-eca70a3d9d49233880fe5389ab84929357228963.zip
html class for downloads list
-rw-r--r--_layouts/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 42c1ddb..6733c3e 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -37,7 +37,7 @@
{% endif %}
{% if site.show_downloads %}
- <ul>
+ <ul class="downloads">
<li><a href="{{ site.github.zip_url }}">Download <strong>ZIP File</strong></a></li>
<li><a href="{{ site.github.tar_url }}">Download <strong>TAR Ball</strong></a></li>
<li><a href="{{ site.github.repository_url }}">View On <strong>GitHub</strong></a></li>