sup, sub { line-height: 0; }
And here's a supporting link for reference purposes.
line-height: 0 is a fragile solution. When subscripted text spans multiple lines, you get crap like this.But while we're here, can we fix the margins on the blockquote tag too? There's always way too much space above/below.The trick is to not put anycarriage returns before and after the blockquote tag. Just put the surrounding text on the same line.
blockquote, CSS of
blockquote { margin-top: 0; margin-bottom: 0; }
will do. But you don’t really want that unless you know for sure that p has a margin-top, which I don’t feel like looking up. blockquote blockquote always needs specification.I (italics) ≠ blockquote. There is no reason not to enable good semantics in comments and posts. blockquote online should really be left-indented slightly with a rule down the left margin. I am under no illusions as to how this would go over with members.blockquote, CSS of [...] will do.">>But while we're here, can we fix the margins on the blockquote tag too? There's always way too much space above/below.
> The trick is to not put any carriage returns before and after the blockquote tag. Just put the surrounding text on the same line.That is *such* a pain in the eyeball when trying to proofread one's message!
posted by furtive at 7:06 AM on April 4, 2008