diff options
| author | Alex Parker <rockbox@aeparker.com> | 2010-06-20 12:58:24 +0000 |
|---|---|---|
| committer | Alex Parker <rockbox@aeparker.com> | 2010-06-20 12:58:24 +0000 |
| commit | 318e99a61e19e4fd31de6519756c9e51063f32bd (patch) | |
| tree | abd387a14cb8067df427f2d09163c7ed1350f04b | |
| parent | 1b0c77fd28ab1b1238b372e7be88209777dc3e3e (diff) | |
| download | rockbox-318e99a61e19e4fd31de6519756c9e51063f32bd.zip rockbox-318e99a61e19e4fd31de6519756c9e51063f32bd.tar.gz rockbox-318e99a61e19e4fd31de6519756c9e51063f32bd.tar.bz2 rockbox-318e99a61e19e4fd31de6519756c9e51063f32bd.tar.xz | |
Adjust the tagmap table environment so that the second column doesn't end up tiny. It can be adjusted further if necessary.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26988 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/preamble.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/preamble.tex b/manual/preamble.tex index 937e7b0..8bcb8ac 100644 --- a/manual/preamble.tex +++ b/manual/preamble.tex @@ -268,7 +268,7 @@ \endcenter% } \center -\tabularx{\textwidth}{lX}\toprule\rowcolor{tblhdrbgcolor} % here is the table width defined +\tabularx{\textwidth}{>{\raggedright\arraybackslash}p{.42\textwidth}X}\toprule\rowcolor{tblhdrbgcolor} % here is the table width defined \taghead }{% \endtabularx |