]> git.wh0rd.org Git - tt-rss.git/commitdiff
prefs: update hotkey help notice
authorAndrew Dolgov <fox@madoka.spb.ru>
Fri, 16 May 2008 07:13:04 +0000 (08:13 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Fri, 16 May 2008 07:13:04 +0000 (08:13 +0100)
prefs.php
tt-rss.css

index 7266a4b4608b9d5839a83c50cebd5e1342bb23fd..01a731695620ffbe9571d6e09367b092aa7bbe29 100644 (file)
--- 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>
index 8c137f1298622b05c25d3bd9f09f42c3b0de636e..57f311ceda97249b8232ac1caa027c6e51ca33b0 100644 (file)
@@ -1883,7 +1883,6 @@ div.prefKbdHelp {
        float : right;
        font-size : 9pt;
        margin-right : 15px;
-       cursor : pointer;
 }
 
 div.prefKbdHelp img {