Changeset 8f97096 for stylesheets


Ignore:
Timestamp:
02/24/2005 06:32:19 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
ce508e3
Parents:
bab5592
Message:

Changed the Short Descriptions sections to table format for XHTML output.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4677 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
stylesheets
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/lfs.css

    rbab5592 r8f97096  
    196196}
    197197
    198 /*testing stuff*/
    199198table {
    200199  width: 98%;   
     
    208207td span, td p {
    209208  margin: 0.3em;
    210 }
    211 /* */
    212 
    213 div.content dt {
    214   list-style: none;
    215   margin: 0;
    216   float: left;
    217   width: 20em;
    218 }
    219 
    220 div.content dd {
    221   margin: 0;
    222   padding-left: 20em;
    223209}
    224210
  • stylesheets/xhtml/lfs-mixed.xsl

    rbab5592 r8f97096  
    3333    </xsl:choose>
    3434  </xsl:template>
    35 
    36  
    37   <!-- variablelist
    38   <xsl:template match="variablelist">
    39     <div class="{name(.)}">
    40       <xsl:if test="title | bridgehead">
    41         <xsl:choose>
    42           <xsl:when test="@role = 'materials'">
    43             <h2>
    44               <xsl:value-of select="title | bridgehead"/>
    45             </h2>
    46           </xsl:when>
    47           <xsl:otherwise>
    48             <h3>
    49               <xsl:value-of select="title | bridgehead"/>
    50             </h3>
    51           </xsl:otherwise>
    52         </xsl:choose>
    53       </xsl:if>
    54       <dl>
    55         <xsl:if test="@role">
    56           <xsl:attribute name="class">
    57             <xsl:value-of select="@role"/>
    58           </xsl:attribute>
    59         </xsl:if>
    60         <xsl:apply-templates select="varlistentry"/>
    61       </dl>
    62     </div>
    63   </xsl:template>-->
    6435
    6536    <!-- segementedlist -->
Note: See TracChangeset for help on using the changeset viewer.