If you want your blockquotes to show up where you put them instead of floating up and down in your text, edit main-css.css and replace

.hentry blockquote { background: #f8f8f8 url(../images/quote.png) no-repeat 17px 21px; font: italic 15px/1.6  "Georgia", Times, 'Times New Roman', serif; padding: 20px 20px 20px 55px;
border-bottom: 1pt solid #e1e1e1; margin: 0px 0 20px 0;  float: left; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }

with

.hentry blockquote { background: #f8f8f8 url(../images/quote.png) no-repeat 17px 21px; font: italic 15px/1.6  "Georgia", Times, 'Times New Roman', serif; padding: 20px 20px 20px 55px;
border-bottom: 1pt solid #e1e1e1; margin: 0px 0 20px 0;  border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }

.

Comments

mattbk’s picture

Status: Active » Closed (fixed)