summaryrefslogtreecommitdiff
path: root/xsl
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2016-07-05 14:27:14 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2016-07-05 21:03:25 +0200
commita5416d9d7f51f7785e98a8e67e77685f4d123ebd (patch)
tree498754963818d52b9042f6961cf5980e43ad1724 /xsl
parentbd21ec5e5bd69ee3bf3a4aeea7a72297990651e3 (diff)
downloadmutti-web-a5416d9d7f51f7785e98a8e67e77685f4d123ebd.tar.gz
mutti-web-a5416d9d7f51f7785e98a8e67e77685f4d123ebd.tar.bz2
mutti-web-a5416d9d7f51f7785e98a8e67e77685f4d123ebd.zip
Move css into root
..allows to specify realtive font path's that are usable with and without compiling the css
Diffstat (limited to 'xsl')
-rw-r--r--xsl/common.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/xsl/common.xsl b/xsl/common.xsl
index ed5c0f1..dbc5174 100644
--- a/xsl/common.xsl
+++ b/xsl/common.xsl
@@ -16,7 +16,7 @@
<xsl:variable name="filename" select="/s:html/@name" />
<xsl:variable name="title" select="document('../main.xml')/s:site/s:page[@filename = $filename]/@title" />
<xsl:param name="suffix" select="'.xml'" />
- <xsl:param name="stylesheet" select="'@import url(&quot;style/style.css&quot;);'" />
+ <xsl:param name="stylesheet" select="'@import url(&quot;style.css&quot;);'" />
<xsl:param name="version" select="''" />
<xsl:param name="versioned_jpg" select="'.jpg'" />