#14835: Indents for descriptions of documentation attributes
---------------------------+------------------------------------------------
 Reporter:  cogat          |       Owner:  cogat     
   Status:  new            |   Milestone:  1.3       
Component:  Documentation  |     Version:  1.2       
 Keywords:  sprintdec2010  |       Stage:  Unreviewed
Has_patch:  0              |  
---------------------------+------------------------------------------------
 In docs/ref/contrib/admin/index.txt, the attributes for ModelAdmin aren't
 indented. The effect in the resulting HTML is that `<dt>` elements are
 created with no `<dd>` elements. Instead, there is an empty `<dt>`, the
 enclosing `<dl>` is terminated and the definition appears in the following
 `<p>`. For InlineModelAdmin, the markup is correct, but the styling
 indents the dt, which I guess looks ugly to some.

 Both problems are addressed by modifying djangoproject CSS so that `<dt>`
 does not appear indented, and also to fix the markup so that `<dt>`s are
 populated. I'll do so once we establish a way to update djangoproject's
 css (discussion at http://groups.google.com/group/django-
 developers/browse_thread/thread/2d14c16358069b37).

-- 
Ticket URL: <http://code.djangoproject.com/ticket/14835>
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 django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to