diff options
author | Alexander Levin <al.le@rockbox.org> | 2010-07-02 18:54:09 +0000 |
---|---|---|
committer | Alexander Levin <al.le@rockbox.org> | 2010-07-02 18:54:09 +0000 |
commit | 67f25a45a59f867cfe60a1fe5e45d24c00777f4b (patch) | |
tree | 8f5066714f2ffc221ee5130e2f3877ce00bf1831 /manual/preamble.tex | |
parent | 010e56231e300056a1c6eda1bc337cd593abaa62 (diff) | |
download | rockbox-67f25a45a59f867cfe60a1fe5e45d24c00777f4b.tar.gz rockbox-67f25a45a59f867cfe60a1fe5e45d24c00777f4b.zip |
Make the first column in the tag tables narrower
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27246 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/preamble.tex')
-rw-r--r-- | manual/preamble.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manual/preamble.tex b/manual/preamble.tex index ef31dde850..90aa303528 100644 --- a/manual/preamble.tex +++ b/manual/preamble.tex @@ -246,6 +246,7 @@ \endtabularx } +\newcommand{\tabnlindent}{\newline\mbox{ }\mbox{ }} @@ -266,7 +267,7 @@ \endcenter% } \center -\tabularx{\textwidth}{>{\raggedright\arraybackslash}p{.42\textwidth}X}\toprule\rowcolor{tblhdrbgcolor} % here is the table width defined +\tabularx{\textwidth}{Xp{.7\textwidth}}\toprule\rowcolor{tblhdrbgcolor} % here is the table width defined \taghead }{% \endtabularx |