summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-08-07 17:17:23 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-08-07 17:17:23 +0000
commit94948d38ecfcdf0e465faa574576e07c3b4c0727 (patch)
tree5d6b25550f8eb12bca835e6940a48cf664dca7e3 /www
parentd823f22cc05c4626af28fc51a70186f3c77f8623 (diff)
downloadrockbox-94948d38ecfcdf0e465faa574576e07c3b4c0727.tar.gz
rockbox-94948d38ecfcdf0e465faa574576e07c3b4c0727.zip
Added listtable style
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1598 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www')
-rw-r--r--www/manual/play-dir.t2
-rw-r--r--www/manual/rec-dir.t4
2 files changed, 4 insertions, 2 deletions
diff --git a/www/manual/play-dir.t b/www/manual/play-dir.t
index 6c7d08efbe..7508b355ae 100644
--- a/www/manual/play-dir.t
+++ b/www/manual/play-dir.t
@@ -11,7 +11,7 @@ If you have enabled 'mp3/m3u filter' in the global settings, only files ending
11with .mp3 or .m3u will be displayed in the browser. 11with .mp3 or .m3u will be displayed in the browser.
12<p> 12<p>
13Buttons: 13Buttons:
14<table> 14<table class=listtable>
15<tr><td>-</td><td> 15<tr><td>-</td><td>
16 Move upwards in the list, if it already is on the topmost entry, you'll 16 Move upwards in the list, if it already is on the topmost entry, you'll
17 see the cursor moved to the last entry in the list. 17 see the cursor moved to the last entry in the list.
diff --git a/www/manual/rec-dir.t b/www/manual/rec-dir.t
index 666d0308bc..d54087d193 100644
--- a/www/manual/rec-dir.t
+++ b/www/manual/rec-dir.t
@@ -38,7 +38,7 @@ with .mp3 or .m3u will be displayed in the browser.
38<p> 38<p>
39Buttons: 39Buttons:
40<p> 40<p>
41<table> 41<table class=listtable>
42<tr> 42<tr>
43<td> UP </td> 43<td> UP </td>
44<td> 44<td>
@@ -93,6 +93,8 @@ Buttons:
93</td></tr> 93</td></tr>
94<tr><td> 94<tr><td>
95 F3 95 F3
96</td><td>
97 Toggles status bar on/off
96</td></tr> 98</td></tr>
97</table> 99</table>
98 100