Changeset 8151
- Timestamp:
- 06/07/07 12:05:03 (1 year ago)
- Files:
-
- branches/new-xsl/docbook-xsl-snapshot/VERSION (modified) (1 diff)
- branches/new-xsl/docbook-xsl-snapshot/fo/fo-patch-for-fop.xsl (deleted)
- branches/new-xsl/docbook-xsl-snapshot/xhtml/lists.xsl (modified) (3 diffs)
- branches/new-xsl/docbook-xsl-snapshot/xhtml/qandaset.xsl (modified) (2 diffs)
- branches/new-xsl/lfs.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/new-xsl/docbook-xsl-snapshot/VERSION
r8143 r8151 18 18 <fm:Project>DocBook</fm:Project> 19 19 <fm:Branch>XSL Stylesheets</fm:Branch> 20 <fm:Version>snapshot_68 23</fm:Version>20 <fm:Version>snapshot_6830</fm:Version> 21 21 <!-- 22 22 <fm:License>MIT/X Consortium License</fm:License> branches/new-xsl/docbook-xsl-snapshot/xhtml/lists.xsl
r7978 r8151 355 355 356 356 <td> 357 <p> 357 358 <xsl:call-template name="anchor"/> 358 359 <xsl:choose> … … 382 383 </xsl:otherwise> 383 384 </xsl:choose> 385 </p> 384 386 </td> 385 387 <td> … … 926 928 927 929 <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> 932 936 </td> 933 937 <td valign="top" align="left"> branches/new-xsl/docbook-xsl-snapshot/xhtml/qandaset.xsl
r7978 r8151 162 162 163 163 <xsl:if test="string-length($label.content) > 0"> 164 < b>164 <p><b> 165 165 <xsl:copy-of select="$label.content"/> 166 </b> 166 </b></p> 167 167 </xsl:if> 168 168 </td> … … 199 199 </xsl:variable> 200 200 <xsl:if test="string-length($answer.label) > 0"> 201 < b>201 <p><b> 202 202 <xsl:copy-of select="$answer.label"/> 203 </b> 203 </b></p> 204 204 </xsl:if> 205 205 </td> branches/new-xsl/lfs.css
r8138 r8151 358 358 } 359 359 360 .variablelist td p {361 margin-top: 0;362 }363 364 360 365 361 /* variablelist as list */
