From b92648eb647506f5c11bb50b6c2094d03601f23c Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" Date: Tue, 21 Feb 2006 23:29:11 +0000 Subject: [PATCH] Bug 327091: add yellow bar to match other mozilla.org sites. Patch by colin.ogilvie; r=gerv. --- webtools/hendrix/skin/planet.css | 21 +++++++++++++++++++++ webtools/hendrix/template/header.html.tmpl | 1 + 2 files changed, 22 insertions(+) diff --git a/webtools/hendrix/skin/planet.css b/webtools/hendrix/skin/planet.css index e9dda61e0f60..2bf10d79ae84 100644 --- a/webtools/hendrix/skin/planet.css +++ b/webtools/hendrix/skin/planet.css @@ -75,4 +75,25 @@ h1 { background-repeat: no-repeat; background-position: 2.5% 50%; padding-left: 80px; + clear: right; +} + + +body { + background: #fff url("http://www.mozilla.org/images/subsite_back.gif") repeat-x; + margin: 20px; + margin-top: 0; + padding-top: 0; + min-width: 610px; +} + +#mozilla-org a { + float: right; + display: block; + text-indent: -5000em; + width: 110px; + height: 25px; + text-decoration: none; + background: url("http://www.mozilla.org/images/subsite_mozilla-org.gif") no-repeat; + margin-bottom: 1.5em; } diff --git a/webtools/hendrix/template/header.html.tmpl b/webtools/hendrix/template/header.html.tmpl index 44828bdfb7c3..5468cc938191 100644 --- a/webtools/hendrix/template/header.html.tmpl +++ b/webtools/hendrix/template/header.html.tmpl @@ -36,6 +36,7 @@ +
Visit mozilla.org
[% IF NOT h1 AND title %] [% h1 = title %] [% END %]