[gimp-web/gimp-web-static] Fixed links to show other downloads to be semanticaly correct.
- From: Pat David <patdavid src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web/gimp-web-static] Fixed links to show other downloads to be semanticaly correct.
- Date: Mon, 21 Sep 2015 14:38:24 +0000 (UTC)
commit c259dadeaba24d96bd14c7325ba77a9735bafad1
Author: Pat David <patdavid gmail com>
Date: Mon Sep 21 09:37:55 2015 -0500
Fixed links to show other downloads to be semanticaly correct.
content/downloads/index.md | 13 +++++++++----
1 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/content/downloads/index.md b/content/downloads/index.md
index 2cba7c0..34dc85f 100644
--- a/content/downloads/index.md
+++ b/content/downloads/index.md
@@ -30,6 +30,11 @@ td, th {
font-style: italic;
}
+.show_links {
+ color: #497bad;
+ cursor: pointer;
+}
+
#letmeknow { display: none; }
</style>
@@ -60,10 +65,10 @@ Thank you!
<p id='others'>
Show downloads for
-<a href="javscript:void(0)" id='os_linux'>GNU/Linux</a> |
-<a href="javscript:void(0)" id='os_mac'>OS X</a> |
-<a href="javscript:void(0)" id='os_win'>Microsoft Windows</a> |
-<a href="javascript:void(0)" id='os_all' href="">All</a>
+<span class="show_links" id='os_linux'>GNU/Linux</span> |
+<span class="show_links" id='os_mac'>OS X</span> |
+<span class="show_links" id='os_win'>Microsoft Windows</span> |
+<span class="show_links" id='os_all' href="">All</span>
</p>
</div>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]