From da379a5868bfe221cdec2c60552fd95bd47e03b6 Mon Sep 17 00:00:00 2001 From: Kasun Gajasinghe Date: Thu, 22 Sep 2011 05:10:21 +0000 Subject: [PATCH] adding header background image --- xsl/webhelp/template/common/css/positioning.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xsl/webhelp/template/common/css/positioning.css b/xsl/webhelp/template/common/css/positioning.css index 50c4e2f2a..1c563b8f6 100644 --- a/xsl/webhelp/template/common/css/positioning.css +++ b/xsl/webhelp/template/common/css/positioning.css @@ -23,7 +23,7 @@ h2 { font: normal 12pt Arial, Helvetica, geneva; } #header { - background: white scroll top left no-repeat; + background: url("../images/header-bg.png") scroll top left repeat-x #4d8c83; position: fixed; width: 100%; height: 99px; -- 2.50.1