Closed
Bug 889180
Opened 12 years ago
Closed 12 years ago
title of Mozilla Manifest should have "clear: left"
Categories
(www.mozilla.org :: Pages & Content, defect)
www.mozilla.org
Pages & Content
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 890378
People
(Reporter: bugzilla, Unassigned)
Details
Attachments
(1 file)
90.98 KB,
image/png
|
Details |
Title of Mozilla Manifest is shown in the right of "The Mozilla Manifesto" label:
http://www.mozilla.org/ja/about/manifesto/
# see attachement
to avoid this problem, please add "clear: left" style:
<article class="main-column">
<h1 class="title-banner">The Mozilla Manifesto</h1>
- <h2 id="introduction">はじめに</h2>
+ <h2 id="introduction" style="clear: left">はじめに</h2>
<p>
or add following style in the style sheet:
#introduction {
clear: left;
}
This has been resolved in Bug 890378.
Status: NEW → RESOLVED
Closed: 12 years ago
OS: Mac OS X → All
Hardware: x86 → All
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•