diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-09-08 13:42:47 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2011-09-09 14:15:24 -0400 |
commit | fc347e2cd78c2a95b85a961eb110206b6f126b08 (patch) | |
tree | 8331c9e3af3ea4e2bdbd619c86627c01c66ef7f2 /xorg.css | |
parent | 9d312bd9b62b8dc1b13ba427aafee99440df6a4b (diff) |
Embed CSS styles inside the HTML HEAD element
Rather than referring to the external xorg.css stylesheet, embed the content
of the file in the html output produced. This is accomplished by adding
an xsl:template to the customization layer. The content of xorg.css must not
be encoded due to the '<' character.
This makes the whole html docs tree much more relocatable.
In addition, it eliminates xorg.css as a runtime file which makes
xorg-sgml-doctools a build time only package.
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'xorg.css')
-rw-r--r-- | xorg.css | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -69,13 +69,9 @@ body { } /* - * <!DOCTYPE book PUBLIC ... > - * * Books have a title page, a preface, some chapters and appendices, * a glossary, an index and a bibliography, in that order. * - * <!DOCTYPE article PUBLIC ... > - * * An Article has no preface and no chapters. It has sections, appendices, * a glossary, an index and a bibliography. */ @@ -255,7 +251,7 @@ div.bibliography>div.titlepage h2.title { /* * Selection: variable lists, informal tables and tables * - * Note the <xsl:param name="variablelist.as.table" select="1"/> in xorg-xhtml.xsl + * Note the parameter name "variablelist.as.table" in xorg-xhtml.xsl * A table with rows and columns is constructed inside div.variablelist * * Set the left margin so it is indented to the right |