summaryrefslogtreecommitdiffstats
path: root/manual/plugins/minesweeper.tex
diff options
context:
space:
mode:
authorMartin Arver <martin.arver@gmail.com>2006-02-28 16:33:04 +0000
committerMartin Arver <martin.arver@gmail.com>2006-02-28 16:33:04 +0000
commit744051bd65b86b9b6f31809dd073a75c47214a40 (patch)
tree2e9588e9aaa4d3f5915b92ddd2579f84f138ee15 /manual/plugins/minesweeper.tex
parent71f9c5360e90849709aea1cac324a281d5ed016f (diff)
downloadrockbox-744051bd65b86b9b6f31809dd073a75c47214a40.tar.gz
rockbox-744051bd65b86b9b6f31809dd073a75c47214a40.zip
Clean up of the autogenerated tables. Should probably use scalebox and booktabs for the tables in the future.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8868 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/minesweeper.tex')
-rw-r--r--manual/plugins/minesweeper.tex41
1 files changed, 8 insertions, 33 deletions
diff --git a/manual/plugins/minesweeper.tex b/manual/plugins/minesweeper.tex
index 0ec37cd77d..4db7ae62c6 100644
--- a/manual/plugins/minesweeper.tex
+++ b/manual/plugins/minesweeper.tex
@@ -20,39 +20,14 @@ mines are and avoid them. When the player is certain that they know
the location of a mine, it can be tagged to avoid accidentally
``stepping'' on it.
-\begin{tabular}[c]{|p{5.0210004cm}|p{10.77cm}|}
+\begin{table}[h!]
+\begin{tabular}{|c|c|}
\hline
-{\centering\bfseries\itshape
-KEY
-\par}
-&
-{\centering\bfseries\itshape
-ACTION
-\par}
-\\\hline
-{\centering
-UP/DOWN/LEFT/RIGHT
-\par}
-&
-Move the cursor across the minefield
-\\\hline
-{\centering
-PLAY / F1
-\par}
-&
-Toggle flag on / off
-\\\hline
-{\centering
-MENU / F2
-\par}
-&
-Reveal the contents of the current square
-\\\hline
-{\centering
-STOP
-\par}
-&
-Exit the game
-\\\hline
+KEY & ACTION \\\hline
+UP/DOWN/LEFT/RIGHT & Move the cursor across the minefield \\\hline
+PLAY / F1 & Toggle flag on / off \\\hline
+MENU / F2 & Reveal the contents of the current square \\\hline
+STOP & Exit the game \\\hline
\end{tabular}
+\end{table}