﻿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
1883	Django documentation site stylesheet: h4 headings shouldn't be uppercase	Ramiro Morales	Jacob	"If one reads some documentation pages one can see the 4th level headings get displayed as all-uppercase text (for example the field types sub-section titles in the Model reference web page
http://www.djangoproject.com/documentation/model_api/
CommaSeparatedIntegerField reads COMMASEPARATEDINTEGERFIELD; this makes it harder to read than it should be).

The relevant fragment of 

http://media.djangoproject.com/css/base.css

is

{{{
h4 { font-size:100%; font-weight:bold; margin-bottom:-3px; margin-top:1.2em; text-transform:uppercase; letter-spacing:1px; }
}}}

Regards,
"	enhancement	closed	*.djangoproject.com		minor	fixed			Unreviewed	0	0	0	0	0	0
