From 23e33a9063dd1678f486bd4701061574c8485846 Mon Sep 17 00:00:00 2001 From: David Cramer Date: Tue, 5 Jun 2012 21:20:33 +0000 Subject: [PATCH] Webhelp: fix missing reference to ie.css --- xsl/webhelp/xsl/webhelp-common.xsl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xsl/webhelp/xsl/webhelp-common.xsl b/xsl/webhelp/xsl/webhelp-common.xsl index 7224f6e03..19d73b327 100644 --- a/xsl/webhelp/xsl/webhelp-common.xsl +++ b/xsl/webhelp/xsl/webhelp-common.xsl @@ -217,6 +217,9 @@ border: none; background: none; font-weight: none; color: none; } .ui-tabs .ui-tabs-nav li { top: 0px; margin: -2px 0 1px; text-transform: uppercase; font-size: 10.5px;} .ui-tabs .ui-tabs-nav li a { padding: .25em 2em .25em 1em; margin: .5em; text-shadow: 0 1px 0 rgba(255,255,255,.5); } + [if IE]> + <link rel="stylesheet" type="text/css" href="../common/css/ie.css"/> + <![endif]