diff options
| author | Alex Parker <rockbox@aeparker.com> | 2009-08-24 22:12:45 +0000 |
|---|---|---|
| committer | Alex Parker <rockbox@aeparker.com> | 2009-08-24 22:12:45 +0000 |
| commit | daede5e8bb4bfe9bfb2df8f74d2554a658779a41 (patch) | |
| tree | 05616bf8e57668ef1d61b88fa10c844e05493f97 /manual/preamble.tex | |
| parent | 17e6288e389fc40be425d927d498c93c9d422042 (diff) | |
| download | rockbox-daede5e8bb4bfe9bfb2df8f74d2554a658779a41.zip rockbox-daede5e8bb4bfe9bfb2df8f74d2554a658779a41.tar.gz rockbox-daede5e8bb4bfe9bfb2df8f74d2554a658779a41.tar.bz2 rockbox-daede5e8bb4bfe9bfb2df8f74d2554a658779a41.tar.xz | |
Add the ability to set the header row colour to button tables and wps tag tables.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22507 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/preamble.tex')
| -rw-r--r-- | manual/preamble.tex | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/manual/preamble.tex b/manual/preamble.tex index b8ef1d2..2180dc3 100644 --- a/manual/preamble.tex +++ b/manual/preamble.tex @@ -251,7 +251,7 @@ % Note: you still need to enclose this with \begin{table} / \end{table} % Cheers for the usenet helping me building this up :) \newenvironment{tagmap}[2]{% -\rowcolors{1}{tbloddrowbgcolor}{tblevenrowbgcolor} +\rowcolors{2}{tbloddrowbgcolor}{tblevenrowbgcolor} \expandafter\let\expandafter\SavedEndTab\csname endtabular*\endcsname \expandafter\renewcommand\expandafter*\csname endtabular*\endcsname{% \bottomrule @@ -261,7 +261,7 @@ \endcenter% } \center -\tabularx{\textwidth}{lX}\toprule % here is the table width defined +\tabularx{\textwidth}{lX}\toprule\rowcolor{tblhdrbgcolor} % here is the table width defined \taghead }{% \endtabularx @@ -361,7 +361,7 @@ % Main Unit Key & Remote Key & Description \\ \newenvironment{btnmap}[2]{% - \rowcolors{1}{tbloddrowbgcolor}{tblevenrowbgcolor} + \rowcolors{2}{tbloddrowbgcolor}{tblevenrowbgcolor} \expandafter\let\expandafter\SavedEndTab\csname endtabular*\endcsname \expandafter\renewcommand\expandafter*\csname endtabular*\endcsname{% \bottomrule @@ -373,11 +373,11 @@ \center \opt{HAVEREMOTEKEYMAP}{ % here is the table width defined for 3 columns - \tabularx{.95\textwidth}{>{\raggedright\arraybackslash}p{.2\textwidth}>{\raggedright\arraybackslash}p{.2\textwidth}X}\toprule + \tabularx{.95\textwidth}{>{\raggedright\arraybackslash}p{.2\textwidth}>{\raggedright\arraybackslash}p{.2\textwidth}X}\toprule\rowcolor{tblhdrbgcolor} } \nopt{HAVEREMOTEKEYMAP}{ % here is the table width defined for 2 columns - \tabularx{.75\textwidth}{>{\raggedright\arraybackslash}p{.22\textwidth}X}\toprule + \tabularx{.75\textwidth}{>{\raggedright\arraybackslash}p{.22\textwidth}X}\toprule\rowcolor{tblhdrbgcolor} } \btnhead }{% |