diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2008-05-16 05:46:50 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2008-05-16 05:46:50 +0100 |
| commit | 4020f6f31ef4f029187c171d3ff3e37f2026c3d9 (patch) | |
| tree | 08e43d8e3b6290e4fa34b534882a4d3bf1eff260 | |
| parent | b61cf20ca28b73a968fa537ca51f6cfef97fe646 (diff) | |
hotkey help: fix layout
| -rw-r--r-- | help/3.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/help/3.php b/help/3.php index 950bcd5e4..94b9f2608 100644 --- a/help/3.php +++ b/help/3.php @@ -1,6 +1,6 @@ <h1>Keyboard Shortcuts</h1> - <table width='100%'><tr><td width='50%'> + <table width='100%'><tr><td width='50%' valign='top'> <h2>Navigation</h2> @@ -35,7 +35,7 @@ <tr><td class='n'>?</td><td>Display this help dialog</td></tr> </table> - </td><td> + </td><td valign='top'> <h2>Feed actions</h2> |