I'm using Twentyeleven straight from the box on a new site, which discusses quotes. So I was excited to see that there were now post formats, including a "quote" format. Great! Now I can display a post containing a quote, specially formatted!
Except that selecting "quote" as the post format seems to do nothing. The stylesheet says that a block quote should look like this:
.format-quote blockquote {
color: #555;
font-size: 17px;
margin: 0;
}
But it looks like any other block quote. Here's an example:
http://www.fakebuddhaquotes.com/drop-by-drop/
And although in the Twentyeleven theme I've added
.format-quote .post-title {display:none;}
the post title still stubbornly shows up. Presumably I'm missing something. Anyone care to point out what that might be?