You're saying I do or don't want to wrap in <p> or <li> tags?
It looks like this:
<div class="span-5 prepend-1">
<div id="btown">Bustown Local</div>
</div>
<div class="span-10">
<div id="btown2">Still Indie. Still Columbus.</div>
</div>
And the CSS for those ids looks like this:
#btown {
color: #000;
font-size: 1.835em;
}
#btown2 {
color: #444;
font-size: 1.335em;
}
If I use Web Developer in Firefox to show Div Order, it's plain that
the top of the divs are lined-up, not the bottom.
Also, if I just put them in the same div, get rid of the other
adjustments and just put <strong> tags around the second part, like
this:
<div class="span-8 prepend-1">
Bustown Local <strong>Still Indie. Still Columbus.</strong>
</div>
It does the same thing, the strong part looks like it's
superscripted.
Thanks for the help
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---