summaryrefslogtreecommitdiff
path: root/_includes/git-wiki/components/action_btn/downloads.html
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2018-12-19 17:43:10 +0100
committerYehonal <yehonal.azeroth@gmail.com>2018-12-19 17:43:36 +0100
commitc9d5ac3d8e1d5a8d3a65bf1fb6e0023c6dc6b85c (patch)
tree70f9af3cf873707ec47941a3d154a6e5b9c6c8fc /_includes/git-wiki/components/action_btn/downloads.html
parent08bb243916dc812c2b6b18d0ff24710dd1a1306b (diff)
downloadwiki-c9d5ac3d8e1d5a8d3a65bf1fb6e0023c6dc6b85c.tar.gz
wiki-c9d5ac3d8e1d5a8d3a65bf1fb6e0023c6dc6b85c.tar.bz2
wiki-c9d5ac3d8e1d5a8d3a65bf1fb6e0023c6dc6b85c.zip
Various css fixes
Diffstat (limited to '_includes/git-wiki/components/action_btn/downloads.html')
-rw-r--r--_includes/git-wiki/components/action_btn/downloads.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/git-wiki/components/action_btn/downloads.html b/_includes/git-wiki/components/action_btn/downloads.html
index 8f654f9..8bd356b 100644
--- a/_includes/git-wiki/components/action_btn/downloads.html
+++ b/_includes/git-wiki/components/action_btn/downloads.html
@@ -1,4 +1,4 @@
-<ul class="downloads">
+<ul class="git-wiki-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>