[gnome-doc-utils/mallard: 8/87] Dont split see-also lists onto two lines. Needs design love
- From: Shaun McCance <shaunm src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-doc-utils/mallard: 8/87] Dont split see-also lists onto two lines. Needs design love
- Date: Sun, 19 Apr 2009 12:15:01 -0400 (EDT)
commit db754735492b8f86e390f1f0739c2305be8bb293
Author: Shaun McCance <shaunm gnome org>
Date: Sun Nov 9 16:45:02 2008 -0600
Dont split see-also lists onto two lines. Needs design love
---
xslt/mallard/html/mal2html-css.xsl | 2 +-
xslt/mallard/html/mal2html-page.xsl | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/xslt/mallard/html/mal2html-css.xsl b/xslt/mallard/html/mal2html-css.xsl
index 837a304..9363272 100644
--- a/xslt/mallard/html/mal2html-css.xsl
+++ b/xslt/mallard/html/mal2html-css.xsl
@@ -250,7 +250,7 @@ div.seealsolink::before {
<xsl:text>;
}
div.seealsolink-first::before, div.seealsolink-only::before {
- content: ' : ';
+ content: '';
}
diff --git a/xslt/mallard/html/mal2html-page.xsl b/xslt/mallard/html/mal2html-page.xsl
index fdfbf5d..2cabdb2 100644
--- a/xslt/mallard/html/mal2html-page.xsl
+++ b/xslt/mallard/html/mal2html-page.xsl
@@ -380,7 +380,7 @@ REMARK: Describe this template
<xsl:if test="$inlinks or $outlinks">
<div class="seealsolinks">
<!-- FIXME: i18n -->
- <div class="title">See Also</div>
+ <span>See Also: </span>
<xsl:for-each select="$inlinks">
<xsl:call-template name="mal2html.page.seealsolink">
<xsl:with-param name="node" select="$node"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]