From: Mark Otto Date: Mon, 30 Jan 2012 09:18:45 +0000 (-0800) Subject: scope .content in container example X-Git-Tag: v2.0.0~6^2~31 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=db31efb99587cea660ba5359665b4a6828d9f384;p=thirdparty%2Fbootstrap.git scope .content in container example --- diff --git a/examples/container-app.html b/examples/container-app.html index 63261fd8e1..b25ed55bf7 100644 --- a/examples/container-app.html +++ b/examples/container-app.html @@ -29,7 +29,7 @@ } /* The white background content wrapper */ - .content { + .body-content { background-color: #fff; padding: 20px; margin: 0 -20px 18px; /* negative indent the amount of the padding to maintain the grid system */ @@ -49,12 +49,12 @@ } /* Styles you shouldn't keep as they are for displaying this base example only */ - .content .span7, - .content .span3 { + .body-content .span7, + .body-content .span3 { min-height: 500px; } /* Give a quick and non-cross-browser friendly divider */ - .content .span3 { + .body-content .span3 { margin-left: 0; padding-left: 19px; border-left: 1px solid #eee; @@ -90,7 +90,7 @@
-
+