]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
scope .content in container example
authorMark Otto <markdotto@gmail.com>
Mon, 30 Jan 2012 09:18:45 +0000 (01:18 -0800)
committerMark Otto <markdotto@gmail.com>
Mon, 30 Jan 2012 09:18:45 +0000 (01:18 -0800)
examples/container-app.html

index 63261fd8e14e89a87f7c0c26a5edcf576505e5a4..b25ed55bf7fd9669a05605dfcffb910c7647af37 100644 (file)
@@ -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 */
       }
 
       /* 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>