summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorAlex Parker <rockbox@aeparker.com>2009-08-24 22:50:45 +0000
committerAlex Parker <rockbox@aeparker.com>2009-08-24 22:50:45 +0000
commit73bac43d637dd15b04e97473981f21b664ca661a (patch)
tree5afadb97f7a90b1dabb86f084fa1675fa1835fdd /manual
parentdaede5e8bb4bfe9bfb2df8f74d2554a658779a41 (diff)
downloadrockbox-73bac43d637dd15b04e97473981f21b664ca661a.tar.gz
rockbox-73bac43d637dd15b04e97473981f21b664ca661a.zip
Change the manual tabe colours so that we have a darker blue for the header, then white and light blue alternating for the rows. As decided upon after a lengthy IRC discussion :)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22508 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r--manual/preamble.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/manual/preamble.tex b/manual/preamble.tex
index 2180dc3f88..bbd73f8ec1 100644
--- a/manual/preamble.tex
+++ b/manual/preamble.tex
@@ -61,9 +61,9 @@
61\newcommand{\fixme}[1]{\textbf{\textcolor{red}{#1}}} 61\newcommand{\fixme}[1]{\textbf{\textcolor{red}{#1}}}
62 62
63% Colors used to typeset table headers and alternating table rows 63% Colors used to typeset table headers and alternating table rows
64\colorlet{tblhdrbgcolor}{white} % Background color for headers 64\colorlet{tblhdrbgcolor}{blue!30} % Background color for headers
65\colorlet{tbloddrowbgcolor}{white} % Background color for odd rows (headers not included) 65\colorlet{tbloddrowbgcolor}{blue!10} % Background color for odd rows (headers not included)
66\colorlet{tblevenrowbgcolor}{blue!15} % Background color for even rows (headers not included) 66\colorlet{tblevenrowbgcolor}{white} % Background color for even rows (headers not included)
67 67
68\usepackage{fancyhdr} 68\usepackage{fancyhdr}
69\usepackage{graphicx} 69\usepackage{graphicx}