Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Blockquotes are broken


chrishajer
Participant

@chrishajer

The blockquotes are there in the source, but there is no corresponding CSS. This was brought up before here, but not addressed. If you are working on your own theme, just define blockquote in the style.css however you like, for example:

blockquote {

padding: 0 0 0 20px;

background-color: red;

}

Skip to toolbar