#10555 closed (invalid)
Documentation version warning not showing up correctly in Firefox 3.0.7
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | 1.0 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Under Firefox 3.0.7 your documentation version blurb on top of the content does not appear correctly (bleeds into the header). Changing the CSS fixes this:
h2.deck { margin-top:-.5em !important; margin-bottom:.6em; color:#487858; }
to
h2.deck { margin-top:.5em !important; margin-bottom:.6em; color:#487858; }
I am unable to verify how that would look in other browsers however.
Attachments (1)
Change History (3)
comment:1 by , 16 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
by , 16 years ago
comment:2 by , 16 years ago
I'm not seeing this, see attached image. Could you clean your browser cache and retry?
Note:
See TracTickets
for help on using tickets.
That's no longer the CSS, try doing a <cntrl>+<f5> to clear out your cache.