Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#10555 closed (invalid)

Documentation version warning not showing up correctly in Firefox 3.0.7

Reported by: belminf@… 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)

10555.png (99.0 KB ) - added by Ramiro Morales 15 years ago.

Download all attachments as: .zip

Change History (3)

comment:1 by Alex Gaynor, 15 years ago

Resolution: invalid
Status: newclosed

That's no longer the CSS, try doing a <cntrl>+<f5> to clear out your cache.

by Ramiro Morales, 15 years ago

Attachment: 10555.png added

comment:2 by Ramiro Morales, 15 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.
Back to Top