Just wondering if it is possible to have my blockquotes, that have a border on the left, can be aligned thus that the border is at the same place as the normal (non-quote) text.
I figured I'd try this part of my stylesheet:
.post blockquote {
padding:0 0 0 2em;
border-left:0.2em solid #B65D41;
font-size:1.0em;
}
.post blockquote blockquote {
margin-left:0;
font-size:1em;
}
But I guess I either have to add something. Or do have to look somewhere else?