prefs: update hotkey help notice

This commit is contained in:
Andrew Dolgov 2008-05-16 08:13:04 +01:00
parent 334018d135
commit 93ec185bb7
2 changed files with 1 additions and 2 deletions

View File

@ -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>

View File

@ -1883,7 +1883,6 @@ div.prefKbdHelp {
float : right;
font-size : 9pt;
margin-right : 15px;
cursor : pointer;
}
div.prefKbdHelp img {