summaryrefslogtreecommitdiff
path: root/xsl/common.xsl
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2016-07-03 11:57:58 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2016-07-03 12:00:54 +0200
commit909b7ebba9f4441c3a72428cf3cc89cba560c9e0 (patch)
tree2bf79bf52c96613ca9c20d9cc1ea2bc3e6740b1f /xsl/common.xsl
parent9205580d0636d2b55e77cad60bec0fece47b6696 (diff)
downloadmutti-web-909b7ebba9f4441c3a72428cf3cc89cba560c9e0.tar.gz
mutti-web-909b7ebba9f4441c3a72428cf3cc89cba560c9e0.tar.bz2
mutti-web-909b7ebba9f4441c3a72428cf3cc89cba560c9e0.zip
Rework styling to be responsive and more "wide"
Diffstat (limited to 'xsl/common.xsl')
-rw-r--r--xsl/common.xsl7
1 files changed, 4 insertions, 3 deletions
diff --git a/xsl/common.xsl b/xsl/common.xsl
index f2e00ec..b0fa8b1 100644
--- a/xsl/common.xsl
+++ b/xsl/common.xsl
@@ -1,13 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- version="1.0"
+ version="1.0"
exclude-result-prefixes="s"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:s="https://beratung-franzke.de/web-tpl"
xmlns:html="http://www.w3.org/1999/xhtml">
-
+
<xsl:include href="navi.xsl" />
<xsl:include href="link.xsl" />
+ <xsl:include href="svg.xsl" />
<xsl:strip-space elements="*"/>
@@ -15,7 +16,7 @@
<xsl:variable name="title" select="document('../main.xml')/s:site/s:page[@filename = $filename]/@title" />
<xsl:param name="suffix" select="'.xml'" />
- <xsl:output method="xml" indent="yes" encoding="utf-8"
+ <xsl:output method="xml" indent="no" encoding="utf-8"
cdata-section-elements="script style"
media-type="application/xhtml+xml"
doctype-system="about:legacy-compat"