summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--prefs.php2
-rw-r--r--tt-rss.css1
2 files changed, 1 insertions, 2 deletions
diff --git a/prefs.php b/prefs.php
index 7266a4b46..01a731695 100644
--- a/prefs.php
+++ b/prefs.php
@@ -110,7 +110,7 @@ window.onload = init;
</div> -->
<div class='prefKbdHelp'>
- <img src="images/small_question.png" alt="?"> <a onclick="Element.show('hotkey_help_overlay')">Keyboard shortcuts</a>
+ <img src="images/small_question.png" alt="?"> <a href='#' onclick="Element.show('hotkey_help_overlay')">Keyboard shortcuts</a>
</div>
<div class="firstTab">&nbsp;</div>
diff --git a/tt-rss.css b/tt-rss.css
index 8c137f129..57f311ced 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1883,7 +1883,6 @@ div.prefKbdHelp {
float : right;
font-size : 9pt;
margin-right : 15px;
- cursor : pointer;
}
div.prefKbdHelp img {