﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
15875	Admin bar deforms with :before pseudoselector and content proprierty	pablox		"In a website that I'm developing I had this on my style.css:

{{{
ul li:before{
    content: ""+ ""
}
}}}

Basically I wanted to add a ""+"" as a list bullet (I know that's a weird thing to do, and of course I can add an image; and I think I will). But the thing is that results in deforming the admin bar as you can see from the screenshot I attach.

Adding:

{{{ 
#wpadminbar ul li:before {
	content: none;
}
}}}

On wp-includes/css/admin-bar.css solves the issue. Not big deal anyway, but has a simple/easy solution :)"	defect (bug)	closed	normal		Administration	3.1	minor	duplicate	has-patch needs-testing	
