From: David Cramer Date: Sun, 18 Sep 2011 17:30:58 +0000 (+0000) Subject: Adjusting default color of the header X-Git-Tag: release/1.79.1~6^2~698 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3be58c87b6656b0abc2c4d26d91884570cd75ef4;p=docbook-dsssl Adjusting default color of the header --- diff --git a/xsl/webhelp/template/common/css/positioning.css b/xsl/webhelp/template/common/css/positioning.css index 2d3405f81..598e68914 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: #444444 url("../images/main_bg_fade.png") scroll top left no-repeat; + background: #4d8c83 scroll top left no-repeat; position: fixed; width: 100%; height: 95px; diff --git a/xsl/webhelp/template/common/images/main_bg_fade.png b/xsl/webhelp/template/common/images/main_bg_fade.png deleted file mode 100644 index 9423ed4d5..000000000 Binary files a/xsl/webhelp/template/common/images/main_bg_fade.png and /dev/null differ