Closed Bug 889180 Opened 11 years ago Closed 11 years ago

title of Mozilla Manifest should have "clear: left"

Categories

(www.mozilla.org :: Pages & Content, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 890378

People

(Reporter: bugzilla, Unassigned)

Details

Attachments

(1 file)

Attached image screenshot of ja page
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: 11 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.

Attachment

General

Created:
Updated:
Size: