On Wed, Sep 1, 2010 at 12:45 PM, The Internet
<i.am.tyler.jo...@gmail.com> wrote:
> Hi, I must be missing something, but is blueprint not capable of
> positioning things vertically?  The only thing I see mentioned
> anywhere about verical positioning is the prepend-top class.  Is this
> the only way things can be positioned vertically using Blueprint?  I
> have a layout that requires some text to be 200px from the top, with
> nothing between the text and the top of the page.  Is this not
> possible with blueprint?

Blueprint doesn't offer this kind of functionality out-of-the-box. You
can use custom CSS, like Chris suggested, here's another way to do it:

body { padding-top:200px; }

-- 
--
Christian Montoya
mappdev.com :: christianmontoya.net

-- 
You received this message because you are subscribed to the Google Groups 
"Blueprint CSS" group.
To post to this group, send email to blueprint...@googlegroups.com.
To unsubscribe from this group, send email to 
blueprintcss+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/blueprintcss?hl=en.

Reply via email to