Closed
Bug 958589
Opened 12 years ago
Closed 11 years ago
Oddly placed blue background with code sample
Categories
(developer.mozilla.org Graveyard :: Design, defect, P2)
developer.mozilla.org Graveyard
Design
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: overholt, Unassigned)
References
Details
Attachments
(1 file)
29.27 KB,
image/png
|
Details |
I'm running nightly and on https://developer.mozilla.org/en-US/docs/Web/API/Window.navigator I see the attached.
Comment 1•12 years ago
|
||
The <code> in the <pre> is causing this. We could just remove the <code> in there, but a general solution would be ideal as this might appear somewhere else in our docs, too.
<pre class="syntaxbox">
<em>navigatorObject<code> = window.navigator</code></em>
</pre>
Updated•12 years ago
|
Severity: normal → minor
Priority: -- → P2
Comment 2•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/2b856bba5052e903922f1e045cb2b5f7ce0e8fe9
fix bug 958589 - Remove border on embedded codes
https://github.com/mozilla/kuma/commit/72bdbb2652e0b239da331eb7cc9437037872fd5d
Merge pull request #2144 from darkwing/code-background
fix bug 958589 - Remove border on embedded codes
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•