On 12 February 2010 11:52, Stan <[email protected]> wrote:
>
> I have just started to look at blueprint and am very impressed. I
> shall certainly be using it on some projects.
>
> However I am a bit confused about the table styling. It seems to break
> the vertical rhythm so that subsequent content is no longer vertically
> aligned with adjacent content in the rest of the document.
>
> Even the table in the blueprint 'tests' page ( http://blueprintcss.org/tests/
> ) seems to cause the subsequent content to be misaligned vertically.
> I checked this by adding the showgrids class to the div.container
> using firebug and vertical alignment is clearly lost.
>
> Am I missing something here? Why aren't tables automatically styled to
> fit into the vertical grid?
>
> --
> 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.
>
>
Then you have also noticed that given page uses some custom CSS with
margins set in pixels that override default Blueprint behavior and
break vertical rhythm. Though I am not sure why.
<style media="screen" type="text/css">
p, table, hr, .box { margin-bottom:25px; }
.box p { margin-bottom:10px; }
</style>
--
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.