Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#8503 closed (fixed)

Improve legibility of targeted sections in web documentation

Reported by: Manuel Saelices Owned by: Jacob
Component: *.djangoproject.com Version: dev
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

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.

Change History (3)

comment:1 by Julian Bez, 16 years ago

I think it would suffice if just the headlines were highlighted.

comment:2 by Jacob, 16 years ago

Resolution: fixed
Status: newclosed

I've removed the highlighting.

comment:3 by Julian Bez, 16 years ago

Well, the highlighting was a great idea, just a little bit too much.

Note: See TracTickets for help on using tickets.
Back to Top