summaryrefslogtreecommitdiff
path: root/stylesheets
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2010-03-15 18:53:37 -0500
committerShaun McCance <shaunm@gnome.org>2010-03-15 18:53:37 -0500
commitfed4890a2bda568ceed204fe1fe2cde196e91e21 (patch)
treeeb3a7d74a7ae508bd39f9e1dfd6118b24e3ac0fe /stylesheets
parentc5e5136c89108a02e937ec8203d2393374c021fc (diff)
downloadyelp-fed4890a2bda568ceed204fe1fe2cde196e91e21.tar.gz
[libyelp/yelp-settings] Setting better colors, based on yelp-xsl color scheme
Diffstat (limited to 'stylesheets')
-rw-r--r--stylesheets/yelp-common.xsl7
1 files changed, 5 insertions, 2 deletions
diff --git a/stylesheets/yelp-common.xsl b/stylesheets/yelp-common.xsl
index 177917b8..8120eb57 100644
--- a/stylesheets/yelp-common.xsl
+++ b/stylesheets/yelp-common.xsl
@@ -20,13 +20,16 @@ body {
div.head {
max-width: 100%;
width: 100%;
- padding: 0.2em 0 0 0;
+ padding: 0;
margin: 0 0 1em 0;
}
div.trails {
- padding: 0 12px 0 12px;
+ margin: 0;
+ 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>;
}