diff options
author | mayx | 2022-01-26 10:11:40 +0000 |
---|---|---|
committer | mayx | 2022-01-26 10:11:40 +0000 |
commit | 69ea19f73d3641235ca0442c4613163b48aaa391 (patch) | |
tree | 3e744d4edb590cb8f6c20efec7f089c4c50b5628 /_layouts/default.html | |
parent | b3940014e65f21a55365570bcb009d5b2c9c4837 (diff) |
Update default.html
Diffstat (limited to '_layouts/default.html')
-rw-r--r-- | _layouts/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 2807185..4a0eb66 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -98,7 +98,7 @@ <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> {% else %} - <li style="width: 270px;border-right:1px solid #e0e0e0;"><a href="/MayxBlog.tgz">Download <strong>TGZ File</strong></a></li> + <li style="width: 270px;border-right:0px;"><a href="/MayxBlog.tgz">Download <strong>TGZ File</strong></a></li> {% endif %} </ul> </header> |