diff options
| author | Alexander Levin <al.le@rockbox.org> | 2010-07-03 22:56:24 +0000 |
|---|---|---|
| committer | Alexander Levin <al.le@rockbox.org> | 2010-07-03 22:56:24 +0000 |
| commit | 8da13a5d4bd69884242cdb4170d451239aa23d03 (patch) | |
| tree | 3716c43b74919f83d017246f372c0cb87f66a58a | |
| parent | 8219cfe988d65dd6089d1cda51304653f89c4425 (diff) | |
| download | rockbox-8da13a5d4bd69884242cdb4170d451239aa23d03.zip rockbox-8da13a5d4bd69884242cdb4170d451239aa23d03.tar.gz rockbox-8da13a5d4bd69884242cdb4170d451239aa23d03.tar.bz2 rockbox-8da13a5d4bd69884242cdb4170d451239aa23d03.tar.xz | |
Bring the layout of the table with config file options in line with the other tables in the manual
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27264 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/appendix/config_file_options.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manual/appendix/config_file_options.tex b/manual/appendix/config_file_options.tex index f98f24e..4e7a2eb 100644 --- a/manual/appendix/config_file_options.tex +++ b/manual/appendix/config_file_options.tex @@ -6,10 +6,10 @@ % for the html output. \ifpdfoutput{\newcommand{\localendhead}{\endhead}}% {\newcommand{\localendhead}{}} - \rowcolors{1}{tblevenrowbgcolor}{tbloddrowbgcolor} - \begin{longtable}{@{}>{\raggedright}p{.35\textwidth}@{}>{\raggedright}p{.4\textwidth}@{}p{.25\textwidth}@{}} + \rowcolors{2}{tbloddrowbgcolor}{tblevenrowbgcolor} + \begin{longtable}{>{\raggedright}p{.3\textwidth}>{\raggedright}p{.4\textwidth}p{.2\textwidth}} \toprule - \rowcolor{white} \textbf{Setting} & \textbf{Allowed Values} & \textbf{Unit}\\ + \rowcolor{tblhdrbgcolor}\tblhdrstrut\textbf{Setting} & \textbf{Allowed Values} & \textbf{Unit}\\ \midrule\localendhead % endhead breaks with htlatex volume & \opt{masd}{-78 to +18}% \opt{masf}{-100 -to +12}% |