[yelp] yelp-custom.xsl.in: CSS fixes



commit 787218cd26d31226fb8b60b2c148cdc0a71b009f
Author: Shaun McCance <shaunm gnome org>
Date:   Wed Feb 16 10:56:30 2011 -0500

    yelp-custom.xsl.in: CSS fixes

 stylesheets/yelp-common.xsl.in |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/stylesheets/yelp-common.xsl.in b/stylesheets/yelp-common.xsl.in
index 25fbc54..455fcd7 100644
--- a/stylesheets/yelp-common.xsl.in
+++ b/stylesheets/yelp-common.xsl.in
@@ -82,12 +82,15 @@ div.trail {
 }
 div.body {
   margin: 0 12px 0 12px;
-  padding: 0;
+  padding: 0 0 12px 0;
   border: none;
 }
 </xsl:text>
+<xsl:call-template name="yelp.css.custom"/>
 </xsl:template>
 
+<xsl:template name="yelp.css.custom"/>
+
 <!-- == html.js.custom == -->
 <xsl:template name="html.js.custom">
 <script type="text/javascript" language="javascript" src="@DATADIR@/jquery-ui-1.8.custom.min.js"/>



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