[yelp-xsl] mal2html-page.xsl: Don't drop margin-top on floats



commit 8bd1ae1249269dbbcdd32bd5ac42816a97162bcf
Author: Shaun McCance <shaunm gnome org>
Date:   Wed Apr 6 14:25:57 2011 -0400

    mal2html-page.xsl: Don't drop margin-top on floats

 xslt/mallard/html/mal2html-page.xsl |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/xslt/mallard/html/mal2html-page.xsl b/xslt/mallard/html/mal2html-page.xsl
index 33b5175..ac1acce 100644
--- a/xslt/mallard/html/mal2html-page.xsl
+++ b/xslt/mallard/html/mal2html-page.xsl
@@ -1140,12 +1140,10 @@ FIXME
 <xsl:text>
 div.floatleft {
   float: left;
-  margin-top: 0;
   margin-right: 1em;
 }
 div.floatright {
   float: right;
-  margin-top: 0;
   margin-left: 1em;
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]