On Mon, Jun 15, 2009 at 5:16 PM, B3<[email protected]> wrote: > > If a site has a background thats all one color then there isn't a > problem but if I have say a black background and my website has a > white background that is placed over the black background then the > content of the website goes right on the edge of the site. Right now > I have a white border on the left and right of .container so the > content isn't right on the edge but I really don't like this fix.. > > For an example of what I'm talking about look here: http://www.nove.biz/es
In some cases I do exactly what you did; add a border or padding to .container. In other cases, I wrap all my content in an extra DIV, like #page or #site, and apply some padding to that. Either way, you have to do a bit extra to get what you want. -- -- 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 -~----------~----~----~----~------~----~------~--~---
