summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xslt/mallard/html/mal2html-css.xsl1
-rw-r--r--xslt/mallard/html/mal2html-page.xsl8
2 files changed, 6 insertions, 3 deletions
diff --git a/xslt/mallard/html/mal2html-css.xsl b/xslt/mallard/html/mal2html-css.xsl
index b283f62..71b3a97 100644
--- a/xslt/mallard/html/mal2html-css.xsl
+++ b/xslt/mallard/html/mal2html-css.xsl
@@ -109,6 +109,7 @@ a:visited {
}
a:hover { text-decoration: underline; }
+div.head { margin: 0; }
div.body {
margin: 0;
padding: 1em;
diff --git a/xslt/mallard/html/mal2html-page.xsl b/xslt/mallard/html/mal2html-page.xsl
index cc96415..769119d 100644
--- a/xslt/mallard/html/mal2html-page.xsl
+++ b/xslt/mallard/html/mal2html-page.xsl
@@ -498,9 +498,11 @@ REMARK: Describe this template
<xsl:call-template name="mal2html.css"/>
</head>
<body>
- <xsl:call-template name="mal2html.page.linktrails">
- <xsl:with-param name="node" select="."/>
- </xsl:call-template>
+ <div class="head">
+ <xsl:call-template name="mal2html.page.linktrails">
+ <xsl:with-param name="node" select="."/>
+ </xsl:call-template>
+ </div>
<div class="body">
<xsl:if test="$mal2html.editor_mode and $revision/@status != ''">
<div class="version">