#4794: Use CSS :target pseudo class
-----------------------+----------------------------------------------------
Reporter:  anonymous   |       Owner:  jacob              
  Status:  new         |   Component:  Django Web site    
 Version:  SVN         |    Keywords:  feature request css
   Stage:  Unreviewed  |   Has_patch:  0                  
-----------------------+----------------------------------------------------
 That's a tiny tiny feature request: Use the :target pseudo class in the
 documentation. Wikipedia has it too. When you click an anchor the headline
 you want is highlighted. Would be cool.
 
 Just add
 
 {{{
 #!css
 #content-main a:target
 }}}
 
 in the line where
 {{{
 #!css
 #content-main a:hover
 }}}
 is.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/4794>
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to