#10555: Documentation version warning not showing up correctly in Firefox 3.0.7
-------------------------------+--------------------------------------------
Reporter: [email protected] | Owner: nobody
Status: new | Milestone:
Component: Documentation | Version: 1.0
Keywords: | Stage: Unreviewed
Has_patch: 0 |
-------------------------------+--------------------------------------------
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.
--
Ticket URL: <http://code.djangoproject.com/ticket/10555>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---