]> granicus.if.org Git - docbook-dsssl/commitdiff
fix issue #14 deprecated clear attribute replaced by CSS style
authorbobstayton <bobs@sagehill.net>
Tue, 12 Jun 2018 21:42:28 +0000 (14:42 -0700)
committerbobstayton <bobs@sagehill.net>
Wed, 27 Jun 2018 18:10:26 +0000 (11:10 -0700)
xsl/html/graphics.xsl
xsl/website/rss.xsl
xsl/website/toc-tabular.xsl

index 24cbfe7fa38afade32bd2d4f928c0c516da407db..aa16a601f655fe46707ed456da8c5760dfde9800 100644 (file)
@@ -1429,7 +1429,7 @@ valign: <xsl:value-of select="@valign"/></xsl:message>
   </xsl:variable>
 
   <div class="longdesc-link" align="{$direction.align.end}">
-    <br clear="all"/>
+    <br style="clear: both"/>
     <span class="longdesc-link">
       <xsl:text>[</xsl:text>
       <a href="{$href.to}" target="longdesc">D</a>
index 4f27a2473d8774ba01285b00bd8e5c720b9009e5..f9334263aa79c8f7e9c519a698e016b1ce9041f4 100644 (file)
@@ -53,7 +53,7 @@
   <xsl:apply-templates select="rss:items"/>
 
   <xsl:if test="$image">
-    <br clear="right"/>
+    <br style="clear: both"/>
   </xsl:if>
 </xsl:template>
 
index 48098403069863931c151686042afc8c720ab764..6fc1c48e16c530142b4c6b984eb5ef4e02c0ad23 100644 (file)
@@ -64,7 +64,7 @@
           <xsl:value-of select="$homebanner/@altval"/>
         </xsl:attribute>
       </img>
-      <br clear="all"/>
+      <br style="clear: both"/>
       <br/>
     </xsl:when>
     <xsl:otherwise>
@@ -79,7 +79,7 @@
           </xsl:attribute>
         </img>
       </a>
-      <br clear="all"/>
+      <br style="clear: both"/>
       <br/>
     </xsl:otherwise>
   </xsl:choose>