PDA

View Full Version : Hurricane Theme Block Quote


biglamb
01-06-2010, 12:42 AM
Where is the code for the block quotes on the 'hurricane theme red'? I use quite a few quotes in my articles and today I noticed that it does not show up on this particular theme. I did a search for the code where I figured it would be but nothing. I looked in the css file.

Kevin
01-06-2010, 06:08 AM
I'll get back to you on this as soon as I can :)

Add something like this to your style-blue.css and/or style-red.css file.

#content blockquote {
font-size: 14px;
font-style: italic;
margin: 0 20px;
}

biglamb
01-07-2010, 02:35 AM
Thank you, much appreciated