[yelp-xsl] html.xsl: Add a top margin on the page hgroup
- From: Shaun McCance <shaunm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [yelp-xsl] html.xsl: Add a top margin on the page hgroup
- Date: Fri, 2 Nov 2012 02:59:10 +0000 (UTC)
commit a41b79ff374eb69ec0095a6c901b7b7e374d91a3
Author: Shaun McCance <shaunm gnome org>
Date: Thu Nov 1 22:58:39 2012 -0400
html.xsl: Add a top margin on the page hgroup
This has been bugging me for a while.
xslt/common/html.xsl | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/xslt/common/html.xsl b/xslt/common/html.xsl
index e39e4c4..3498c4b 100644
--- a/xslt/common/html.xsl
+++ b/xslt/common/html.xsl
@@ -651,10 +651,11 @@ div.trail {
}
a.trail { white-space: nowrap; }
div.hgroup {
- margin: 0 0 0.5em 0;
+ margin: 1em 0 0.5em 0;
color: </xsl:text><xsl:value-of select="$color.text_light"/><xsl:text>;
}
div.sect div.hgroup {
+ margin-top: 0;
border-bottom: solid 1px </xsl:text>
<xsl:value-of select="$color.gray_border"/><xsl:text>;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]