[gnome-doc-utils] [mal2html] Don't let "twocolumn" tables collapse
- From: Shaun McCance <shaunm src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-doc-utils] [mal2html] Don't let "twocolumn" tables collapse
- Date: Wed, 5 Aug 2009 15:16:23 +0000 (UTC)
commit b16a3eb3b238a2cf307d3873c948ae14e7c82671
Author: Shaun McCance <shaunm gnome org>
Date: Wed Aug 5 09:39:36 2009 -0500
[mal2html] Don't let "twocolumn" tables collapse
xslt/mallard/html/mal2html-css.xsl | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/xslt/mallard/html/mal2html-css.xsl b/xslt/mallard/html/mal2html-css.xsl
index cf96b16..a29d7cf 100644
--- a/xslt/mallard/html/mal2html-css.xsl
+++ b/xslt/mallard/html/mal2html-css.xsl
@@ -175,6 +175,7 @@ div.linktrail {
<xsl:value-of select="$theme.color.text_light"/><xsl:text>;
}
+table.twocolumn { width: 100%; }
td.twocolumnleft { width: 48%; vertical-align: top; padding: 0; margin: 0; }
td.twocolumnright {
width: 52%; vertical-align: top;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]