From c49e9fd3f5d067395c046a8c524aee9967b44645 Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Sun, 5 Oct 2014 21:04:33 +0200 Subject: [PATCH] Removed href="#" attributes --- public_html/css/post.css | 3 +++ public_html/templates/post.tpl | 16 ++++++++-------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/public_html/css/post.css b/public_html/css/post.css index d61c5b9c..6ac95340 100644 --- a/public_html/css/post.css +++ b/public_html/css/post.css @@ -78,6 +78,9 @@ margin: 0 0.25em 0.25em 0; } +#sidebar a { + cursor: pointer; +} #sidebar ul { list-style-type: none; margin: 0; diff --git a/public_html/templates/post.tpl b/public_html/templates/post.tpl index 2b4e55fa..87b4e311 100644 --- a/public_html/templates/post.tpl +++ b/public_html/templates/post.tpl @@ -38,18 +38,18 @@ <% if (isLoggedIn) { %>
  • <% if (hasFav) { %> - + <% } else { %> - + <% } %>
  • - + <% if (ownScore === 1) { %> <% } else { %> @@ -59,7 +59,7 @@
  • - + <% if (ownScore === -1) { %> <% } else { %> @@ -197,7 +197,7 @@