Closed
Bug 310581
Opened 19 years ago
Closed 19 years ago
firefox start page two-piece image has gap inbetween
Categories
(www.mozilla.org :: General, defect)
www.mozilla.org
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bugs, Assigned: jruderman)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050929 Firefox/1.0.7 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050929 Firefox/1.0.7 http://www.mozilla.org/products/firefox/start/ http://forums.mozillazine.org/viewtopic.php?t=323966 Image is split into two img's and has gap between them (why is it even two images?): <div id="onepointoh"> <a href="../" title="Learn more about Firefox 1.0.7"><img src="../../../images/firefox-oneoh-top.png" alt="Firefox 1.0.7" height="136" width="289"><br><img src="../../../images/firefox-oneoh-bottom.png" alt="" height="134" width="289"></a> </div> Reproducible: Always Steps to Reproduce:
Updated•19 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Linux → All
Hardware: PC → All
| Assignee | ||
Comment 1•19 years ago
|
||
The gap is the result of the space left for descenders. I tried to fix it by making the images "display: block" and removing the <br> (checked in, waiting for the site to update). Combining the images into one would be the sane way to fix it.
Assignee: mozilla.webmaster → jruderman
| Assignee | ||
Comment 2•19 years ago
|
||
That worked.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Product: mozilla.org → Websites
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
•