Closed
Bug 282818
Opened 20 years ago
Closed 16 years ago
Developers tab isn't white on top-level page
Categories
(www.mozilla.org :: General, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: stephend, Unassigned)
References
Details
The developers tab isn't white on http://www.mozilla.org/developer/ (according to Bob Clary: Looks like it is missing class = "secondLevel sectionDevelopers" and instead has class="deepLevel")
Comment 1•20 years ago
|
||
That is probably because it is eventually moved to <http://developer.mozilla.org/>. However, making it white for now should not cause any problems.
Updated•19 years ago
|
Assignee: www-mozilla-org → nobody
QA Contact: danielwang → www-mozilla-org
Comment 2•19 years ago
|
||
This would take making a template-developer.html file in mozilla-org/html/ and putting <!-- use developer template --> right below the doctype tag in developer/index.html. Also, mozilla-org/tools/wrap.pl would need to be modified to add "developer" as a known template. Probably some other stuff is required, too. I wonder if there's an easy way to include the default "template.html" but just change the class to be a secondLevel.
No, template.html *is* the developers template. The problem is that there are still plenty of non-developers pages that use it.
Comment 4•19 years ago
|
||
Like http://www.mozilla.org/releases/ and http://www.mozilla.org/security/ for example? I thought template.html was the page that was used if nothing else was available. Since other pages use it, can't it just be duplicated (as template-developer.html or something) and changed to be for http://www.mozilla.org/developer/ only?
Comment 5•19 years ago
|
||
*** Bug 291787 has been marked as a duplicate of this bug. ***
It's kind of weird that a "simple" CSS bug goes unfixed for 2.5 years isn't it?
Comment 8•17 years ago
|
||
(In reply to comment #7) > It's kind of weird that a "simple" CSS bug goes unfixed for 2.5 years isn't it? Patches welcome. :)
| Assignee | ||
Updated•16 years ago
|
Product: mozilla.org → Websites
Comment 9•16 years ago
|
||
The developers tab is now white on the developers page.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 10•16 years ago
|
||
(In reply to comment #9) > The developers tab is now white on the developers page. Hot; verified fixed. Thanks, David.
Status: RESOLVED → VERIFIED
| Assignee | ||
Updated•12 years ago
|
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•