Closed (fixed)
Project:
Acquia Marina
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
9 Dec 2008 at 09:35 UTC
Updated:
5 Jan 2009 at 00:40 UTC
These are the CSS declarations concerning blockquotes :
blockquote {
background: url('images/close-quote.gif') no-repeat right bottom;
color: #023562;
margin: 10px 0;
}
blockquote :first-child {
background: url('images/open-quote.gif') no-repeat left top;
padding: 10px 0 0 20px;
}
This code has the following problems :
<blockquote><p>some <a href="#">text</a></p></blockquote> and you'll see. To fix that you have to add the following in the css: blockquote :first-child * { background: none; padding: 0; }
Comments
Comment #1
jwolf commentedComment #2
jwolf commentedThanks for pointing this out.
The fix is:
Fix committed and available in release 6.x-1.4