summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2010-03-31 12:34:37 -0500
committerShaun McCance <shaunm@gnome.org>2010-03-31 12:34:37 -0500
commitadb9fe104bfbc7d99f7bc710c66140784b8c1af8 (patch)
tree745265c64f31e4aed8830e1a4753c8a782517764
parent5094634be266f03348a27a83b73f2dce8e786e08 (diff)
downloadyelp-adb9fe104bfbc7d99f7bc710c66140784b8c1af8.tar.gz
[yelp-common.xsl] Adapt to wrapped-line trail indenting from yelp-xsl
-rw-r--r--stylesheets/yelp-common.xsl5
1 files changed, 3 insertions, 2 deletions
diff --git a/stylesheets/yelp-common.xsl b/stylesheets/yelp-common.xsl
index 70ea3e98..c301bca2 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 {