﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
14835	Improper indentation for docs/ref/contrib/admin/index.txt	Greg Turner	Gabriel Hurley	"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).
"		closed	Documentation	1.2		fixed	sprintdec2010		Accepted	0	0	0	0	0	0
