summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-16 08:13:04 +0100
committerAndrew Dolgov <[email protected]>2008-05-16 08:13:04 +0100
commit93ec185bb74fe0aebd72da41e128f597be1f342a (patch)
tree6c15b8d4950f6173a26d400c3479d48cd2d3f1ea
parent334018d135d30f939c89d2f86b8f118ecb444431 (diff)
prefs: update hotkey help notice
-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 {