diff options
| author | Mark Otto <[email protected]> | 2012-01-30 01:18:45 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-30 01:18:45 -0800 |
| commit | db31efb99587cea660ba5359665b4a6828d9f384 (patch) | |
| tree | a44f327ad70fa1ca3a56ce6973b76a9f588eafa0 /examples | |
| parent | 8f448610a944efd134170f44e305ec6710bcff1a (diff) | |
| download | bootstrap-db31efb99587cea660ba5359665b4a6828d9f384.tar.xz bootstrap-db31efb99587cea660ba5359665b4a6828d9f384.zip | |
scope .content in container example
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/container-app.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/container-app.html b/examples/container-app.html index 63261fd8e..b25ed55bf 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 @@ <div class="container"> - <div class="content"> + <div class="body-content"> <div class="page-header"> <h1>Page name <small>Supporting text or tagline</small></h1> </div> |
