diff --git a/Evergreen/Resources/KeyboardShortcuts/KeyboardShortcuts.html b/Evergreen/Resources/KeyboardShortcuts/KeyboardShortcuts.html
index a606de66b..0835ca83a 100644
--- a/Evergreen/Resources/KeyboardShortcuts/KeyboardShortcuts.html
+++ b/Evergreen/Resources/KeyboardShortcuts/KeyboardShortcuts.html
@@ -15,14 +15,23 @@
table {
width: 100%;
line-height: 2.0em;
+ border-collapse: collapse;
+ margin-top: 1.0em;
}
- .tableTitleRow {
- font-weight: bold;
+ table tr:nth-child(odd) {
+ background-color: #F0F0F0;
+ }
+ table tr td:first-child {
+ width: 60%;
+ }
+ table td {
+ padding: 0;
+ }
+ table caption {
+ text-align: left;
+ font-weight: bold;
font-style: italic;
}
- .backgroundColorRow {
- background-color: #F0F0F0;
- }
@@ -34,33 +43,36 @@
This way you can go through all your news via the space bar.
-
+
+ Everywhere…
-| Everywhere… |
-| Scroll or go to next unread | space bar |
-| Go to next unread | + |
-| Mark as read | r |
-| Mark all as read | k |
-| Mark older articles as read | o |
-| Mark all as read, go to next unread | l (lowercase L) |
-| Mark as unread, go to next unread | m |
-| Mark as unread | u |
-| Open in browser | b or return or enter |
-| Previous subscription | a |
-| Next subscription | z |
+ | Scroll or go to next unread | space bar |
+ | Go to next unread | + |
+ | Mark as read | r |
+ | Mark all as read | k |
+ | Mark older articles as read | o |
+ | Mark all as read, go to next unread | l (lowercase L) |
+ | Mark as unread, go to next unread | m |
+ | Mark as unread | u |
+ | Open in browser | b or return or enter |
+ | Previous subscription | a |
+ | Next subscription | z |
+
-
|
-| Left sidebar only… |
-| Collapse | , or option-leftArrow |
-| Expand | . or option-rightArrow |
-| Collapse All (except for group items) | ; or option-cmd-leftArrow |
-| Expand All | ' or option-cmd-rightArrow |
-| Move focus to headlines | rightArrow |
+
+ Left sidebar only…
-
|
-| Timeline only… |
-| Move focus to subscriptions | leftArrow |
+ | Collapse | , or option-leftArrow |
+ | Expand | . or option-rightArrow |
+ | Collapse All (except for group items) | ; or option-cmd-leftArrow |
+ | Expand All | ' or option-cmd-rightArrow |
+ | Move focus to headlines | rightArrow |
+
+
+ Timeline only…
+
+ | Move focus to subscriptions | leftArrow |