From c3325effb74916a8c3b78515bfffa718a2756a76 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 20 Jun 2010 12:58:24 +0000 Subject: [PATCH] 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 --- manual/preamble.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/preamble.tex b/manual/preamble.tex index 937e7b019..8bcb8aca6 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 -- 2.11.4.GIT