﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
18756	.current_page_ancestor typo in Twenty Eleven CSS	zsero		"It's a typo but because of the underscores and dashes it's quite hard to notice. The thing is that .current_page_ancestor is not on a wordpress page, it should be .current-page-ancestor. Note the - vs _.

In detail, instead of:


{{{
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}
}}}


it should be >>>>


{{{
#access .current_page_item > a,
#access .current-page-ancestor > a {
	font-weight: bold;
}
}}}

"	defect (bug)	closed	normal		Bundled Theme	3.2.1	normal	duplicate	has-patch	
