summaryrefslogtreecommitdiff
path: root/xsl
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-02-12 19:17:20 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-02-12 19:17:20 +0100
commit4bf3f02637b6f131685abcfe0e010da19df60423 (patch)
treef4b19745814d89466087ffaff30ce71bed0f9d3b /xsl
parentebd61e5001ce304d1eacb02a974ab12b563fb566 (diff)
downloadmutti-web-4bf3f02637b6f131685abcfe0e010da19df60423.tar.gz
mutti-web-4bf3f02637b6f131685abcfe0e010da19df60423.tar.bz2
mutti-web-4bf3f02637b6f131685abcfe0e010da19df60423.zip
layout: Remove unneeded relative positioned div around html contents
Diffstat (limited to 'xsl')
-rw-r--r--xsl/layout.xsl4
1 files changed, 1 insertions, 3 deletions
diff --git a/xsl/layout.xsl b/xsl/layout.xsl
index fbcb29f..222c511 100644
--- a/xsl/layout.xsl
+++ b/xsl/layout.xsl
@@ -74,9 +74,7 @@
Referenzen
</a>
</div>
- <div style="position:relative">
- <xsl:apply-templates mode="html" />
- </div>
+ <xsl:apply-templates mode="html" />
<br style="clear:both"/>
</div>
<hr class="delimit" />