[yelp/yelp-3-0] [yelp-common.xsl] Adapt to wrapped-line trail indenting from yelp-xsl



commit adb9fe104bfbc7d99f7bc710c66140784b8c1af8
Author: Shaun McCance <shaunm gnome org>
Date:   Wed Mar 31 12:34:37 2010 -0500

    [yelp-common.xsl] Adapt to wrapped-line trail indenting from yelp-xsl

 stylesheets/yelp-common.xsl |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/stylesheets/yelp-common.xsl b/stylesheets/yelp-common.xsl
index 70ea3e9..c301bca 100644
--- a/stylesheets/yelp-common.xsl
+++ b/stylesheets/yelp-common.xsl
@@ -18,6 +18,8 @@ body {
   padding: 0;
   background-color: </xsl:text><xsl:value-of select="$theme.color.background"/><xsl:text>;
   max-width: 100%;
+  border-top: solid 1px </xsl:text>
+    <xsl:value-of select="$theme.color.gray_border"/><xsl:text>;
 }
 div.head {
   max-width: 100%;
@@ -30,13 +32,12 @@ div.trails {
   padding: 0.2em 12px 0 12px;
   background-color: </xsl:text>
     <xsl:value-of select="$theme.color.gray_background"/><xsl:text>;
-  border-top: solid 1px </xsl:text>
-    <xsl:value-of select="$theme.color.gray_border"/><xsl:text>;
   border-bottom: solid 1px </xsl:text>
     <xsl:value-of select="$theme.color.gray_border"/><xsl:text>;
 }
 div.trail {
   font-size: 1em;
+  margin: 0 1em 0.2em 1em;
   padding: 0;
 }
 div.body {



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