[library-web] mallard: add body class, to get correct spacing between paragraphs



commit 2fccac736726f250d5fc5a15c4ffce4782b7dc01
Author: FrÃdÃric PÃters <fpeters 0d be>
Date:   Tue Sep 4 21:31:38 2012 +0200

    mallard: add body class, to get correct spacing between paragraphs

 data/xslt/mal2html.xsl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/xslt/mal2html.xsl b/data/xslt/mal2html.xsl
index 0e0f07c..4cb860f 100644
--- a/data/xslt/mal2html.xsl
+++ b/data/xslt/mal2html.xsl
@@ -150,7 +150,7 @@ $(document).ready(function () {
         <xsl:apply-templates mode="html.header.mode" select="$node"/>
       </div>
 
-      <div class="content">
+      <div class="content body">
        <div>
         <xsl:apply-templates mode="html.body.mode" select="$node"/>
        </div>



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