diff options
author | Devaev Maxim <[email protected]> | 2018-10-05 11:27:09 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-10-05 11:27:09 +0300 |
commit | 54cc8393a7e632eb0a1c85cc02dcf7130fe53766 (patch) | |
tree | 68bfe8e3d088434082415a800827551f44b327a8 | |
parent | 0d8325bcf703b186831c495e0768a7965edbd523 (diff) |
minor html fixes
-rw-r--r-- | web/index.html | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/web/index.html b/web/index.html index 97dc1229..5bcc5b27 100644 --- a/web/index.html +++ b/web/index.html @@ -47,6 +47,7 @@ <li><a target="_blank" href="https://www.mozilla.org/firefox">Mozilla Firefox</a></li> <li><a target="_blank" href="https://www.apple.com/safari">Apple Safari</a></li> <li><a target="_blank" href="https://www.opera.com">Opera</a></li> + <li><a target="_blank" href="https://vivaldi.com">Vivaldi</a></li> </ul> </div> </div> @@ -222,14 +223,12 @@ <div class="ctl-dropdown-content"> <div class="ctl-dropdown-content-buttons"> <button disabled id="pak-button">• Paste-as-Keys <sup><i>ascii-only</i></sup></button> - </div> - <hr> - <div class="ctl-dropdown-content-buttons buttons-row"> - <button data-shortcut="CapsLock" class="row50">• CapsLock</button> - <button data-shortcut="MetaLeft" class="row50">• Left Win</button> - </div> - <hr> - <div class="ctl-dropdown-content-buttons"> + <hr> + <div class="buttons-row"> + <button data-shortcut="CapsLock" class="row50">• CapsLock</button> + <button data-shortcut="MetaLeft" class="row50">• Left Win</button> + </div> + <hr> <button data-shortcut="AltLeft ShiftLeft">• Alt+Shift</button> <button data-shortcut="ControlLeft ShiftLeft">• Ctrl+Shift</button> <button data-shortcut="ShiftLeft ShiftRight">• Shift+Shift</button> @@ -244,10 +243,10 @@ </div> <hr> <div class="ctl-dropdown-content-text"> - Alt+SysRq+... <sup><i>linux magic (<a target="_blank" href="https://www.kernel.org/doc/html/latest/admin-guide/sysrq.html">help</a>)</i></sup> + ↓ Alt+SysRq+... <sup><i>linux magic (<a target="_blank" href="https://www.kernel.org/doc/html/latest/admin-guide/sysrq.html">help</a>)</i></sup> </div> + <hr> <div class="ctl-dropdown-content-buttons buttons-row"> - <hr> <button data-dont-hide-menu data-shortcut="AltLeft PrintScreen KeyR" class="row16">R</button> <button data-dont-hide-menu data-shortcut="AltLeft PrintScreen KeyE" class="row16">E</button> <button data-dont-hide-menu data-shortcut="AltLeft PrintScreen KeyI" class="row16">I</button> |