1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-12 00:24:03 +02:00

scope .content in container example

This commit is contained in:
Mark Otto
2012-01-30 01:18:45 -08:00
parent 8f448610a9
commit db31efb995

View File

@@ -29,7 +29,7 @@
} }
/* The white background content wrapper */ /* The white background content wrapper */
.content { .body-content {
background-color: #fff; background-color: #fff;
padding: 20px; padding: 20px;
margin: 0 -20px 18px; /* negative indent the amount of the padding to maintain the grid system */ 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 */ /* Styles you shouldn't keep as they are for displaying this base example only */
.content .span7, .body-content .span7,
.content .span3 { .body-content .span3 {
min-height: 500px; min-height: 500px;
} }
/* Give a quick and non-cross-browser friendly divider */ /* Give a quick and non-cross-browser friendly divider */
.content .span3 { .body-content .span3 {
margin-left: 0; margin-left: 0;
padding-left: 19px; padding-left: 19px;
border-left: 1px solid #eee; border-left: 1px solid #eee;
@@ -90,7 +90,7 @@
<div class="container"> <div class="container">
<div class="content"> <div class="body-content">
<div class="page-header"> <div class="page-header">
<h1>Page name <small>Supporting text or tagline</small></h1> <h1>Page name <small>Supporting text or tagline</small></h1>
</div> </div>