﻿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
15873	CSS alignment issue in docs	Gabriel Hurley	Gabriel Hurley	"When using Sphinx's (very underused and very handy) parameter list format, the styles applied cause the ""Parameters:"" header and the list of parameters to be offset from each other. You can see this in action here:

http://docs.djangoproject.com/en/dev/topics/signals/#django.dispatch.Signal.connect

My suggestion would be to apply a style such as this:

{{{
td.field-body ul {
    margin-top: 0;
    margin-bottom: 0;
}
}}}

I haven't checked to see if that would impact anything else in the docs. I don't believe it does, but I can't guarantee it. Given that I'd like to make more use of this feature in the docs going forward, I'd love to get this fixed."	Cleanup/optimization	closed	*.djangoproject.com	dev	Normal	fixed			Accepted	0	0	0	0	0	0
