[yelp-xsl] html.xsl: No box-shadow around substeps



commit 539f54cd79c50dd409417d9bb0942684e879abf5
Author: Shaun McCance <shaunm gnome org>
Date:   Sat Jun 18 12:16:19 2011 -0400

    html.xsl: No box-shadow around substeps

 xslt/common/html.xsl |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/xslt/common/html.xsl b/xslt/common/html.xsl
index 922421a..ce459f4 100644
--- a/xslt/common/html.xsl
+++ b/xslt/common/html.xsl
@@ -897,6 +897,9 @@ ol.steps .steps {
   padding: 0;
   border: none;
   background-color: none;
+  -moz-box-shadow: none;
+  -webkit-box-shadow: none;
+  box-shadow: none;
 }
 li.steps { margin-</xsl:text><xsl:value-of select="$left"/><xsl:text>: 1.44em; }
 li.steps li.steps { margin-</xsl:text><xsl:value-of select="$left"/><xsl:text>: 2.4em; }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]