[yelp-xsl] html.xsl: Indent wrapped lines in credits
- From: Shaun McCance <shaunm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [yelp-xsl] html.xsl: Indent wrapped lines in credits
- Date: Fri, 11 Nov 2011 12:54:48 +0000 (UTC)
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]