diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2018-12-19 17:43:10 +0100 |
|---|---|---|
| committer | Yehonal <yehonal.azeroth@gmail.com> | 2018-12-19 17:43:36 +0100 |
| commit | c9d5ac3d8e1d5a8d3a65bf1fb6e0023c6dc6b85c (patch) | |
| tree | 70f9af3cf873707ec47941a3d154a6e5b9c6c8fc /_includes/git-wiki/components/action_btn/downloads.html | |
| parent | 08bb243916dc812c2b6b18d0ff24710dd1a1306b (diff) | |
| download | wiki-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.html | 2 |
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> |
