Hi thatbradguy,
the issue is to with this CSS rule within Blueprint (screen.css, line
53):
ul, ol {
margin: 0 1.5em 1.5em 0;
padding-left: 3.333em;
}
It's affecting this line of your HTML:
<ul id="controls">
and pushing the controls out into the '25th' column.
So, if you were to add a CSS line to your page-specific style sheet,
something like:
ul#controls {
padding: 0;
}
then that should fix things.
As an aside, do you use the Firebug add-on for Firefox? It's really
useful for diagnosing things like this.
Hope that helps.
Gareth
On Jul 8, 9:41 pm, thatbradguy <[email protected]> wrote:
> i'm not really sure what "column" is supposed to do, but in any event,
> it doesn't fix my problem.
--
You received this message because you are subscribed to the Google Groups
"Blueprint CSS" 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/blueprintcss?hl=en.