Closed (fixed)
Project:
AD The Morning After
Version:
6.x-1.4
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
4 Jul 2008 at 23:47 UTC
Updated:
19 Jul 2008 at 00:02 UTC
On a published node, blockquote elements are unstyled (i.e., are indistinguishable from body text). However, when a node is previewed, blockquotes are styled as italicised grey/silver text. The styles should be consistent, and should be distinguishable from body text.
See http://www.alastairsmith.me.uk/coding/2008/07/05/multiplicity-computing-... for an example.
Comments
Comment #1
Alan Cooney commentedAdd this to style.css to fix the problem:
blockquote {
text-indent: 1.5em;
padding-right: 3em;
font-style: italic;
color: #aaa;
}
I will put this in the next update release.
Comment #2
Alan Cooney commentedCommited
Comment #3
alastair commentedMany thanks for this (and the other fixes for bugs I've reported); your efforts are greatly appreciated.
Alastair