Changeset ae8a3e4


Ignore:
Timestamp:
05/07/2004 03:51:34 AM (20 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5778f24
Parents:
dd3f20f0
Message:

updated stylesheets to match LFS

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2111 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
stylesheets
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/blfs-chunked.xsl

    rdd3f20f0 rae8a3e4  
    55
    66  <!-- 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"/>
    88  <xsl:param name="chunker.output.encoding" select="'ISO-8859-1'"/>
    99
    1010  <!-- The CSS Stylesheet -->
    1111  <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"/>
    1216
    1317  <!-- Use graphics in admonitions -->
  • stylesheets/blfs.css

    rdd3f20f0 rae8a3e4  
    108108    font-family: courier, monospace;
    109109}
     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.