[yelp-xsl] html.xsl: Put 1em padding at the bottom of div.body



commit b6a15c3faaa798a3a01a391e0a230490abdb98e4
Author: Shaun McCance <shaunm gnome org>
Date:   Sun Feb 26 13:29:18 2012 -0500

    html.xsl: Put 1em padding at the bottom of div.body

 xslt/common/html.xsl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/xslt/common/html.xsl b/xslt/common/html.xsl
index 3fd4e95..88efe4d 100644
--- a/xslt/common/html.xsl
+++ b/xslt/common/html.xsl
@@ -620,6 +620,7 @@ div.body {
   margin: 0;
   padding-left: 1em;
   padding-right: 1em;
+  padding-bottom: 1em;
   min-height: 20em;
   background-color: </xsl:text><xsl:value-of select="$color.background"/><xsl:text>;
 }



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