mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-25 21:01:28 +00:00
prefs: update hotkey help notice
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user