You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's not a clearfix—it's to remove browser-set quotes around <blockquote> elements. I don't remember what browsers or OSes set that, but I'll check it out. Seems like it might be unnecessary.
Take a look at this demo:
http://jsbin.com/hawabi/1/edit?html,output
See that ugly spacing above the text in the blockquote? That's because its clearfix is done poorly:
It's missing the essential
display: table;
that is seen in Nicolas Gallagher's micro clearfix hack.From that link:
The text was updated successfully, but these errors were encountered: