[yelp-xsl] html.xsl: Indent wrapped lines in credits



commit a394fbe57be87ffcdf022c55b81cbbc7a322455a
Author: Shaun McCance <shaunm gnome org>
Date:   Wed Nov 9 11:16:25 2011 -0500

    html.xsl: Indent wrapped lines in credits

 xslt/common/html.xsl |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/xslt/common/html.xsl b/xslt/common/html.xsl
index 42a900b..70e4db3 100644
--- a/xslt/common/html.xsl
+++ b/xslt/common/html.xsl
@@ -722,6 +722,10 @@ ul.credits, ul.credits li {
   margin: 0; padding: 0;
   list-style-type: none;
 }
+ul.credits li {
+  margin-</xsl:text><xsl:value-of select="$left"/><xsl:text>: 1em;
+  text-indent: -1em;
+}
 
 table {
   border-collapse: collapse;



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