From: Kasun Gajasinghe Date: Thu, 22 Sep 2011 05:10:21 +0000 (+0000) Subject: adding header background image X-Git-Tag: release/1.79.1~6^2~689 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=da379a5868bfe221cdec2c60552fd95bd47e03b6;p=docbook-dsssl adding header background image --- 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;