]> granicus.if.org Git - docbook-dsssl/commitdiff
commented about the importance of the order of css contents. Order is important betwe...
authorKasun Gajasinghe <kasunbg@gmail.com>
Mon, 26 Sep 2011 12:56:26 +0000 (12:56 +0000)
committerKasun Gajasinghe <kasunbg@gmail.com>
Mon, 26 Sep 2011 12:56:26 +0000 (12:56 +0000)
xsl/webhelp/xsl/webhelp.xsl

index 8298f623a382f5858ef3e15396c54240073c7fdb..432d8717db5521dcffa924be2f8d9313dad637c6 100644 (file)
@@ -185,6 +185,8 @@ These problems go away when you add this IE=7 mode meta tag.
                 </xsl:call-template>";
         </script>
 
+<!-- kasunbg: Order is important between the in-html-file css and the linked css files. Some css declarations in jquery-ui-1.8.2.custom.css are over-ridden. 
+     If that's a concern, just remove the additional css contents inside these default jquery css files. I thought of keeping them intact for easier maintenance! -->
        <link rel="shortcut icon" href="../favicon.ico" type="image/x-icon"/>
         <link rel="stylesheet" type="text/css" href="{$webhelp.common.dir}css/positioning.css"/>
         <link rel="stylesheet" type="text/css" href="{$webhelp.common.dir}jquery/theme-redmond/jquery-ui-1.8.2.custom.css"/>