../images/quote.gif is missing from the theme folder!!

main.css line 115

blockquote {
  margin: 10px;
  padding: 10px 10px 10px 32px;
  border: 1px solid #F0F0F0;
  background: #f8f8f8 url(../images/quote.gif) no-repeat 12px 12px;
  font-weight: normal;
  font-size: 17px;
  line-height: 1.5em;
  font-style: italic;
  font-family: Georgia, 'Times New Roman', Times, Serif;
  color: #555;
}

Comments

jjeff’s picture

Status: Active » Fixed

Fixed in 6.x-2.x-dev. Will be included in next 2.x release.

jjeff’s picture

Status: Fixed » Closed (fixed)