From eade9b5330bc68fc14600ee085e8ce4b6eaf1c52 Mon Sep 17 00:00:00 2001 From: Kasun Gajasinghe Date: Wed, 21 Sep 2011 18:14:50 +0000 Subject: [PATCH] fix left navigation --- xsl/webhelp/template/common/css/positioning.css | 2 +- xsl/webhelp/xsl/webhelp.xsl | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/xsl/webhelp/template/common/css/positioning.css b/xsl/webhelp/template/common/css/positioning.css index 3606a4f9a..50c4e2f2a 100644 --- a/xsl/webhelp/template/common/css/positioning.css +++ b/xsl/webhelp/template/common/css/positioning.css @@ -76,7 +76,7 @@ p.breadcrumbs { z-index: 1500; border-right:2px solid #bbc4c5; padding: 0px; - background-color: #f0f0f0!important; + background-color: #ededed!important; } #treeDiv { diff --git a/xsl/webhelp/xsl/webhelp.xsl b/xsl/webhelp/xsl/webhelp.xsl index 07366791a..602b93391 100644 --- a/xsl/webhelp/xsl/webhelp.xsl +++ b/xsl/webhelp/xsl/webhelp.xsl @@ -230,6 +230,7 @@ span.searchTab { border-right: 1px solid #e5e5e5; border-bottom: 1px solid #bbc4c5; border-top: 4px solid #e5e5e5; + border: medium none; background: #F4F4F4; /* old browsers */ background: -moz-linear-gradient(top, #F4F4F4 0%, #E6E4E5 100%); /* firefox */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F4F4F4), color-stop(100%,#E6E4E5)); /* webkit */ -- 2.40.0