Closed (fixed)
Project:
960 Robots
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Jun 2009 at 13:10 UTC
Updated:
5 Jun 2009 at 20:46 UTC
../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
Comment #1
jjeff commentedFixed in 6.x-2.x-dev. Will be included in next 2.x release.
Comment #2
jjeff commented