On Sat, Jun 27, 2009 at 6:44 PM, Patrick Ryan<[email protected]> wrote:
>
> How do I add a border around the container? It didn't work when I
> added the border css to the container class.
>

I would just add a small amount of custom CSS:

.container { border:1px solid black; } /* or whatever you intend to have */

As long as you are using a standards-mode doctype, this won't affect
the width of the container at all.

-- 
--
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 [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
-~----------~----~----~----~------~----~------~--~---

Reply via email to