summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2009-06-09 23:28:14 -0500
committerShaun McCance <shaunm@gnome.org>2009-06-09 23:28:14 -0500
commitbb5d4850b5336eb786744c15645f756c43a788d4 (patch)
treef835ff8cd471985302498752a2aab111b78ffc34
parent0c1fd983ce8cd754b498c562628728e1278d6c32 (diff)
downloadyelp-bb5d4850b5336eb786744c15645f756c43a788d4.tar.gz
[mal2html.xsl.in] Styling the link trails
-rw-r--r--stylesheets/mal2html.xsl.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/stylesheets/mal2html.xsl.in b/stylesheets/mal2html.xsl.in
index fb76980f..a8af26a0 100644
--- a/stylesheets/mal2html.xsl.in
+++ b/stylesheets/mal2html.xsl.in
@@ -55,6 +55,20 @@
<!-- == mal2html.css.custom == -->
<xsl:template name="mal2html.css.custom">
<xsl:call-template name="yelp.common.css"/>
+ <xsl:text>
+body { padding: 0; }
+div.head {
+ padding: 0.2em 0 0 0;
+ margin: 0 0 1em 0;
+ background-color: </xsl:text>
+ <xsl:value-of select="$theme.color.gray_background"/><xsl:text>;
+ border-bottom: solid 1px </xsl:text>
+ <xsl:value-of select="$theme.color.gray_border"/><xsl:text>;
+}
+div.body {
+ margin: 0 12px 0 12px;
+}
+ </xsl:text>
</xsl:template>
</xsl:stylesheet>