[yelp-xsl] html.xsl: Changed steps visuals, tired of so much yellow
- From: Shaun McCance <shaunm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [yelp-xsl] html.xsl: Changed steps visuals, tired of so much yellow
- Date: Thu, 16 Jun 2011 15:23:24 +0000 (UTC)
commit 8886be2ce6e1f0a996c5a5ead1a949aae1970509
Author: Shaun McCance <shaunm gnome org>
Date: Thu Jun 16 11:27:08 2011 -0400
html.xsl: Changed steps visuals, tired of so much yellow
xslt/common/html.xsl | 14 ++++++++------
1 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/xslt/common/html.xsl b/xslt/common/html.xsl
index 13b4004..a366e53 100644
--- a/xslt/common/html.xsl
+++ b/xslt/common/html.xsl
@@ -884,12 +884,14 @@ div.screen {
ol.steps, ul.steps {
margin: 0;
padding: 0.5em 1em 0.5em 1em;
- border-top: solid 1px;
- border-bottom: solid 1px;
- border-color: </xsl:text>
- <xsl:value-of select="$color.blue_border"/><xsl:text>;
- background-color: </xsl:text>
- <xsl:value-of select="$color.yellow_background"/><xsl:text>;
+ border-</xsl:text><xsl:value-of select="$left"/><xsl:text>: solid 4px </xsl:text>
+ <xsl:value-of select="$color.yellow_border"/><xsl:text>;
+ -moz-box-shadow: 0 1px 2px </xsl:text>
+ <xsl:value-of select="$color.gray_border"/><xsl:text>;
+ -webkit-box-shadow: 0 1px 2px </xsl:text>
+ <xsl:value-of select="$color.gray_border"/><xsl:text>;
+ box-shadow: 0 1px 2px </xsl:text>
+ <xsl:value-of select="$color.gray_border"/><xsl:text>;
}
ol.steps .steps {
padding: 0;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]