Closed (fixed)
Project:
Quotes
Version:
5.x-1.81
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Nov 2008 at 06:22 UTC
Updated:
13 Dec 2008 at 19:52 UTC
This surely must be a naive question, but how do I get a linebreak or empty line to separate the quotes. As it installed, all the quotes run together with no linebreaks. I tried adding HTML line breaks to the quotes but the
or
tags show in the display. There is no way to use CSS for this because the individual quotes are not wrapped in any tags.
How does one make linebreaks?
Comments
Comment #1
nancydruHow about
.quotes h2 {margin-top: 1em;}However, you might want to submit an issue on your theme because it is pretty normal for a theme to have space before and after the "node" class (e.g.
.node {margin:0.5em 0 2em;}).Comment #2
nancydru