[yelp-xsl] html.xsl: Gray background/border for notes
- From: Shaun McCance <shaunm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [yelp-xsl] html.xsl: Gray background/border for notes
- Date: Mon, 13 Jun 2011 18:00:49 +0000 (UTC)
commit 2724dcfdbe75988d9118d9acebfeef0599d68641
Author: Shaun McCance <shaunm gnome org>
Date: Mon Jun 13 14:04:28 2011 -0400
html.xsl: Gray background/border for notes
xslt/common/html.xsl | 12 +++---------
1 files changed, 3 insertions(+), 9 deletions(-)
---
diff --git a/xslt/common/html.xsl b/xslt/common/html.xsl
index 8363060..6f72998 100644
--- a/xslt/common/html.xsl
+++ b/xslt/common/html.xsl
@@ -802,12 +802,10 @@ div.listing > div.inner { margin: 0; padding: 0; }
div.listing > div.inner > div.desc { font-style: italic; }
div.note {
padding: 6px;
- border-top: solid 1px </xsl:text>
- <xsl:value-of select="$color.red_border"/><xsl:text>;
- border-bottom: solid 1px </xsl:text>
- <xsl:value-of select="$color.red_border"/><xsl:text>;
+ border: solid 1px </xsl:text>
+ <xsl:value-of select="$color.dark_background"/><xsl:text>;
background-color: </xsl:text>
- <xsl:value-of select="$color.yellow_background"/><xsl:text>;
+ <xsl:value-of select="$color.gray_background"/><xsl:text>;
}
div.note > div.inner > div.title {
margin-</xsl:text><xsl:value-of select="$left"/><xsl:text>: </xsl:text>
@@ -841,10 +839,6 @@ div.note-sidebar {
max-width: 40%;
margin-</xsl:text><xsl:value-of select="$left"/><xsl:text>: 6px;
padding: 6px;
- border: solid 1px </xsl:text>
- <xsl:value-of select="$color.gray_border"/><xsl:text>;
- background-color: </xsl:text>
- <xsl:value-of select="$color.gray_background"/><xsl:text>;
}
div.note-sidebar > div.inner { background-image: none; }
div.note-sidebar > div.inner > div.title { margin-</xsl:text>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]