aboutsummaryrefslogtreecommitdiff
path: root/utility/master.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'utility/master.xsl')
-rw-r--r--utility/master.xsl4
1 files changed, 4 insertions, 0 deletions
diff --git a/utility/master.xsl b/utility/master.xsl
index 0fc400e..605cf6f 100644
--- a/utility/master.xsl
+++ b/utility/master.xsl
@@ -28,6 +28,10 @@
<link rel="stylesheet" type="text/css" href="/main.css" />
<link rel="shortcut icon" type="image/x-icon" href="/media/favicon.ico" />
+ <xsl:if test="//p[@class = 'math']">
+ <link rel="stylesheet" type="text/css" href="/math.css" />
+ </xsl:if>
+
<title>
<xsl:call-template name="title-text"/> @ <xsl:value-of select="$root/meta/title"/>
</title>