diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-03-03 09:19:39 -0600 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-03-04 11:37:09 -0800 |
commit | 2f24addbd02039fb9b6489c90c5d1c687c0d0698 (patch) | |
tree | fbbad05b5f097eadc5ed11af90eb0adaf392e31d /documentation/kernel-manual/yocto-project-kernel-manual-customization.xsl | |
parent | 7b84f126b09125b306ea9f9b59c437bb741800d2 (diff) | |
download | openembedded-core-2f24addbd02039fb9b6489c90c5d1c687c0d0698.tar.gz openembedded-core-2f24addbd02039fb9b6489c90c5d1c687c0d0698.tar.bz2 openembedded-core-2f24addbd02039fb9b6489c90c5d1c687c0d0698.zip |
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.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
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 @@ <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl" /> - <xsl:param name="generate.toc" select="'article nop'"></xsl:param> +<!-- <xsl:param name="generate.toc" select="'article nop'"></xsl:param> --> </xsl:stylesheet> |