prefs: update hotkey help notice
This commit is contained in:
parent
334018d135
commit
93ec185bb7
|
@ -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"> </div>
|
||||
|
|
|
@ -1883,7 +1883,6 @@ div.prefKbdHelp {
|
|||
float : right;
|
||||
font-size : 9pt;
|
||||
margin-right : 15px;
|
||||
cursor : pointer;
|
||||
}
|
||||
|
||||
div.prefKbdHelp img {
|
||||
|
|
Loading…
Reference in New Issue