mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
Bug 327091: add yellow bar to match other mozilla.org sites. Patch by colin.ogilvie; r=gerv.
This commit is contained in:
parent
7353b4807c
commit
b92648eb64
@ -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;
|
||||
}
|
||||
|
@ -36,6 +36,7 @@
|
||||
</head>
|
||||
|
||||
<body onload="[% onload %]">
|
||||
<div id="mozilla-org"><a href="http://www.mozilla.org/" title="Visit mozilla.org">Visit mozilla.org</a></div>
|
||||
[% IF NOT h1 AND title %]
|
||||
[% h1 = title %]
|
||||
[% END %]
|
||||
|
Loading…
Reference in New Issue
Block a user