1
0
Fork 0
forked from len0rd/rockbox

Added listtable style

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1598 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2002-08-07 17:17:23 +00:00
parent d823f22cc0
commit 94948d38ec
2 changed files with 4 additions and 2 deletions

View file

@ -11,7 +11,7 @@ If you have enabled 'mp3/m3u filter' in the global settings, only files ending
with .mp3 or .m3u will be displayed in the browser.
<p>
Buttons:
<table>
<table class=listtable>
<tr><td>-</td><td>
Move upwards in the list, if it already is on the topmost entry, you'll
see the cursor moved to the last entry in the list.

View file

@ -38,7 +38,7 @@ with .mp3 or .m3u will be displayed in the browser.
<p>
Buttons:
<p>
<table>
<table class=listtable>
<tr>
<td> UP </td>
<td>
@ -93,6 +93,8 @@ Buttons:
</td></tr>
<tr><td>
F3
</td><td>
Toggles status bar on/off
</td></tr>
</table>