Closed (fixed)
Project:
BlogBuzz
Version:
6.x-1.2
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Nov 2009 at 19:14 UTC
Updated:
26 Apr 2010 at 08:30 UTC
Hello.
Thx for this great theme. While working on it to get it ready for my needs I discovered the following in blogbuzz.css
.comment .content-inner
{
border: 1px solid #fff;
background: transparent url(../images/fade_comment2.png) repeat-x top;
}
The image called here is not included in the package.
THX again
JThan
Comments
Comment #1
JThan commentedSorry, forgot to mention the line: 580 ff. in blogbuzz.css
Comment #2
antsin commentedHello JThan,
Thank you for the feedback. This line of CSS code is wrong, it should call for fade_comment.png instead of fade_comment2.png.
This image give comment a fading background. The fix will be included within next release. Thanks again.
Comment #3
antsin commented