#8503: Improve legibility of targeted sections in web documentation -----------------------------+---------------------------------------------- Reporter: msaelices | Owner: jacob Status: new | Milestone: Component: Django Web site | Version: SVN Keywords: | Stage: Unreviewed Has_patch: 0 | -----------------------------+---------------------------------------------- I've seen that now, django docs highlighted section you are linking. For example:
http://www.djangoproject.com/documentation/contributing/#submitting- patches This is made with this CSS fragment in {{{base.css}}}: {{{ *|#documentation *|*:target { background-color:#FFFF99; } }}} I think {{{#FFFF99}}} color is '''too dark''' to enable text reading with perfect legibility. I think is more legible a color, like {{{#FFFFCC}}}. -- Ticket URL: <http://code.djangoproject.com/ticket/8503> Django Code <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 -~----------~----~----~----~------~----~------~--~---
