Changeset 8151

Show
Ignore:
Timestamp:
06/07/07 12:05:03 (1 year ago)
Author:
manuel
Message:

Updated docbook-xsl-snapshot to r6830

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/new-xsl/docbook-xsl-snapshot/VERSION

    r8143 r8151  
    1818  <fm:Project>DocBook</fm:Project> 
    1919  <fm:Branch>XSL Stylesheets</fm:Branch> 
    20   <fm:Version>snapshot_6823</fm:Version> 
     20  <fm:Version>snapshot_6830</fm:Version> 
    2121<!-- 
    2222  <fm:License>MIT/X Consortium License</fm:License> 
  • branches/new-xsl/docbook-xsl-snapshot/xhtml/lists.xsl

    r7978 r8151  
    355355 
    356356    <td> 
     357      <p> 
    357358      <xsl:call-template name="anchor"/> 
    358359      <xsl:choose> 
     
    382383        </xsl:otherwise> 
    383384      </xsl:choose> 
     385      </p> 
    384386    </td> 
    385387    <td> 
     
    926928 
    927929        <td width="5%" valign="top" align="left"> 
    928           <xsl:call-template name="anchor"/> 
    929           <xsl:call-template name="callout.arearefs"> 
    930             <xsl:with-param name="arearefs" select="@arearefs"/> 
    931           </xsl:call-template> 
     930          <p> 
     931            <xsl:call-template name="anchor"/> 
     932            <xsl:call-template name="callout.arearefs"> 
     933              <xsl:with-param name="arearefs" select="@arearefs"/> 
     934            </xsl:call-template> 
     935          </p> 
    932936        </td> 
    933937        <td valign="top" align="left"> 
  • branches/new-xsl/docbook-xsl-snapshot/xhtml/qandaset.xsl

    r7978 r8151  
    162162 
    163163      <xsl:if test="string-length($label.content) &gt; 0"> 
    164         <b> 
     164        <p><b> 
    165165          <xsl:copy-of select="$label.content"/> 
    166         </b> 
     166        </b></p> 
    167167      </xsl:if> 
    168168    </td> 
     
    199199      </xsl:variable> 
    200200      <xsl:if test="string-length($answer.label) &gt; 0"> 
    201         <b> 
     201        <p><b> 
    202202          <xsl:copy-of select="$answer.label"/> 
    203         </b> 
     203        </b></p> 
    204204      </xsl:if> 
    205205    </td> 
  • branches/new-xsl/lfs.css

    r8138 r8151  
    358358} 
    359359 
    360 .variablelist td p { 
    361   margin-top: 0; 
    362 } 
    363  
    364360 
    365361/* variablelist as list */