﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
23244	Twenty Twelve: add clear: both; to aligncenter class	alexvorn2	lancewillett	"
{{{
img.aligncenter {
    margin-bottom: 0.857143rem;
    margin-top: 0.857143rem;
}
}}}


to


{{{
img.aligncenter {
    margin-bottom: 0.857143rem;
    margin-top: 0.857143rem;
    clear: both;
}
}}}
"	defect (bug)	closed	normal	3.6	Bundled Theme	3.5	normal	fixed	has-patch	DrewAPicture
