Changeset ae8a3e4
- Timestamp:
- 05/07/2004 03:51:34 AM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/inkscape-core-mods, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 5778f24
- Parents:
- dd3f20f
- Location:
- stylesheets
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stylesheets/blfs-chunked.xsl
rdd3f20f rae8a3e4 5 5 6 6 <!-- We use XHTML --> 7 <xsl:import href="http://docbook.sourceforge.net/release/xsl/ current/xhtml/chunk.xsl"/>7 <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.65.1/xhtml/chunk.xsl"/> 8 8 <xsl:param name="chunker.output.encoding" select="'ISO-8859-1'"/> 9 9 10 10 <!-- The CSS Stylesheet --> 11 11 <xsl:param name="html.stylesheet" select="'../stylesheets/blfs.css'"/> 12 13 <!-- Include our customised templates --> 14 <xsl:include href="xhtml/blfs-toc.xsl"/> 15 <xsl:include href="xhtml/blfs-index.xsl"/> 12 16 13 17 <!-- Use graphics in admonitions --> -
stylesheets/blfs.css
rdd3f20f rae8a3e4 108 108 font-family: courier, monospace; 109 109 } 110 111 .item { 112 width: 15em; 113 float: left; 114 } 115 116 .secitem { 117 font-weight: normal; 118 width: 12.5em; 119 float: left; 120 } 121 122 .toc ul, .index ul, .navheader ul, .navfooter ul { 123 list-style: none; 124 }
Note:
See TracChangeset
for help on using the changeset viewer.