1
0
Fork 0
forked from len0rd/rockbox

Make table headers bold; fix a typo

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25974 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Alexander Levin 2010-05-12 22:06:18 +00:00
parent 6e294e2fc6
commit 9df563834c
3 changed files with 4 additions and 4 deletions

View file

@ -19,9 +19,9 @@
%sthat point. The lines will scroll if this text does not fit in the viewport.
%sThe user font is used, as are the default foreground/background colours.
\end{example}
\begin{rbtabular}{.75\textwidth}{XX}{Viewport definition & Default value}{}{}
\begin{rbtabular}{.75\textwidth}{XX}{\textbf{Viewport definition} & \textbf{Default value}}{}{}
width/height & remaining part of screen \\
font & user defined \\
forground/background colours & defined by theme \\
foreground/background colours & defined by theme \\
\end{rbtabular}

View file

@ -20,7 +20,7 @@
%sthat point. The lines will scroll if this text does not fit in the viewport.
%sThe user font is used, as are the default foreground/background shades.
\end{example}
\begin{rbtabular}{.75\textwidth}{XX}{Viewport definition & Default value}{}{}
\begin{rbtabular}{.75\textwidth}{XX}{\textbf{Viewport definition} & \textbf{Default value}}{}{}
width/height & remaining part of screen \\
font & user defined \\
shade & black foreground on white background \\

View file

@ -18,7 +18,7 @@
%sthat point. The lines will scroll if this text does not fit in the viewport.
%sThe user font is used.
\end{example}
\begin{rbtabular}{.75\textwidth}{XX}{Viewport definition & Default value}{}{}
\begin{rbtabular}{.75\textwidth}{XX}{\textbf{Viewport definition} & \textbf{Default value}}{}{}
width/height & remaining part of screen \\
font & user defined \\
\end{rbtabular}