[library-web] Let Mallard give its CSS after the site CSS, to avoid reset.css



commit 44d3c476b4d1af5d47ac46052383450fbac11dd1
Author: Frédéric Péters <fpeters 0d be>
Date:   Sun Jan 26 12:09:52 2014 +0000

    Let Mallard give its CSS after the site CSS, to avoid reset.css
    
    https://bugzilla.gnome.org/show_bug.cgi?id=695796

 data/xslt/mal2html.xsl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/xslt/mal2html.xsl b/data/xslt/mal2html.xsl
index 3604d36..57d1b45 100644
--- a/data/xslt/mal2html.xsl
+++ b/data/xslt/mal2html.xsl
@@ -99,8 +99,8 @@ along with libgo; if not, write to the Free Software Foundation, Inc.,
         <xsl:apply-templates mode="html.title.mode" select="$node"/>
       </title>
       <xsl:call-template name="html.head.custom"/>
-      <xsl:call-template name="html.css"/>
       <xsl:call-template name="libgo.head"/>
+      <xsl:call-template name="html.css"/>
       <script type="text/javascript" src="/js/jquery.js" />
       <link rel="stylesheet" type="text/css" href="/skin/mallard.css"/>
       <xsl:if test="$libgo.extracss">


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]