diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-03-03 09:19:39 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-04 22:26:42 +0000 |
| commit | b8160345a040863c1876ff0747a4945114c51dac (patch) | |
| tree | 821b55f6f579fd6dc51b21b423104b30aa3e2c55 /documentation/kernel-manual/yocto-project-kernel-manual-customization.xsl | |
| parent | cae622c0cc6c4a16c3d73c1e4624aedcff0ebfb1 (diff) | |
| download | poky-b8160345a040863c1876ff0747a4945114c51dac.tar.gz | |
documentation/kernel-manual: Kernel manual Style changes
Modifications to the figure image (figures/kernel-title.png),
the heading styles (style.css), and the numbering system with
TOC display (yocto-project-kernel-manual-customization.xsl).
I updated the title image to display the manual title using
color #00557D, which coordinates with the Yocto Project website
color scheme. I also updated the style sheet to use this same
color for the section headings. This helps to set them off better
from the text. Finally, I flipped the switch back on for this
manual to create chapter-specific table of contents sections
prior to each chapter and to include a all-inclusive TOC at the
beginning of the book.
(From OE-Core rev: 2f24addbd02039fb9b6489c90c5d1c687c0d0698)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-manual/yocto-project-kernel-manual-customization.xsl')
| -rw-r--r-- | documentation/kernel-manual/yocto-project-kernel-manual-customization.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/kernel-manual/yocto-project-kernel-manual-customization.xsl b/documentation/kernel-manual/yocto-project-kernel-manual-customization.xsl index 8e6ea34dd4..8eb69050ba 100644 --- a/documentation/kernel-manual/yocto-project-kernel-manual-customization.xsl +++ b/documentation/kernel-manual/yocto-project-kernel-manual-customization.xsl | |||
| @@ -3,6 +3,6 @@ | |||
| 3 | 3 | ||
| 4 | <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl" /> | 4 | <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl" /> |
| 5 | 5 | ||
| 6 | <xsl:param name="generate.toc" select="'article nop'"></xsl:param> | 6 | <!-- <xsl:param name="generate.toc" select="'article nop'"></xsl:param> --> |
| 7 | 7 | ||
| 8 | </xsl:stylesheet> | 8 | </xsl:stylesheet> |
