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:
parent
6e294e2fc6
commit
9df563834c
3 changed files with 4 additions and 4 deletions
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
|
|
@ -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 \\
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue