On Tue, Nov 3, 2009 at 2:31 AM, Kevin <[email protected]> wrote:
> Dealt with the added <p> </p> in the end of the top zone by adding CSS for
> the top zone
>
> #top p { margin: 0px; }
>
> The top zone only had <div>'s in it which already cause line breaks.  The
> added <p>'s caused spacing issues.  CSS takes them out like the are not
> there.

This is a good idea. Probably what we need to do is just change

p { margin-bottom: 15px; }

to

#main p { margin-bottom: 15px; }

Since otherwise it already is 0, and we probably should take care of
all the non-main zones in one shot.  I'll do this in the next release,
for the default code.style.

> Created CSS for the #citations tag, though I need to play with it a bit.

Here's what I put in the core code.style. Look nice enough to me:

#citations { font-size: 75%; border-top: solid $$text_color 1px;
padding-top: 12px; }

You might want to add this to your skin...

Cheers,
Dan

P.S. A couple other notes on the default style sheet: the hotlinks
markup should go to the plugin. Perhaps also the table.rss stuff.
Should only have the style rules need for the default setup in the
core installation.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to