Closed
Bug 510251
Opened 16 years ago
Closed 16 years ago
404 page is clipped by footer
Categories
(Websites :: creative.mozilla.org, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
1.0
People
(Reporter: stephend, Assigned: ryansnyder)
References
()
Details
(Keywords: regression)
Attachments
(1 file)
|
1.07 MB,
image/png
|
Details |
The 404 page content is clipped by the footer.
http://mcc.stage.mozilla.com/badlink
See screenshot
Comment 1•16 years ago
|
||
The page wrapper div is missing (it was a late addition so may not have yet made it into all the various templates). It should be:
<body>
<div id="page">
... everything else ...
</div>
</body>
That div provides the positioning context for the footer. Without it the footer gets positioned relative to the viewport, allowing it to overlap the content.
| Assignee | ||
Comment 2•16 years ago
|
||
Nice catch. Thanks for letting me know.
==
Sending application/views/kohana_error_page.php
Transmitting file data .
Committed revision 49159.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•