diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2016-07-05 14:27:14 +0200 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2016-07-05 21:03:25 +0200 |
commit | a5416d9d7f51f7785e98a8e67e77685f4d123ebd (patch) | |
tree | 498754963818d52b9042f6961cf5980e43ad1724 /xsl | |
parent | bd21ec5e5bd69ee3bf3a4aeea7a72297990651e3 (diff) | |
download | mutti-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.xsl | 2 |
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("style/style.css");'" /> + <xsl:param name="stylesheet" select="'@import url("style.css");'" /> <xsl:param name="version" select="''" /> <xsl:param name="versioned_jpg" select="'.jpg'" /> |