Changeset 9a39648


Ignore:
Timestamp:
03/09/2005 09:09:24 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
7aa9d59
Parents:
fee7854
Message:

Fixed a look issue in the packages and patches downloads pages.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multi-arch/BOOK@4727 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
stylesheets
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/lfs.css

    rfee7854 r9a39648  
    216216}
    217217
    218 dl.materials dd {
     218div.materials dd {
    219219  margin-left: 0px;
    220220}
  • stylesheets/xhtml/lfs-mixed.xsl

    rfee7854 r9a39648  
    5454    </div>
    5555  </xsl:template>
     56
     57 
     58  <!-- variablelist -->
     59  <xsl:template match="variablelist">
     60    <xsl:choose>
     61      <xsl:when test="@role">
     62        <div class="{@role}">
     63          <xsl:apply-imports/>
     64        </div>
     65      </xsl:when>
     66      <xsl:otherwise>
     67        <xsl:apply-imports/>
     68      </xsl:otherwise>
     69    </xsl:choose>
     70  </xsl:template>
     71 
    5672
    5773    <!-- Body attributes -->
Note: See TracChangeset for help on using the changeset viewer.