]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove references to row fluid elsewhere
authorMark Otto <markotto@twitter.com>
Wed, 26 Sep 2012 05:18:34 +0000 (22:18 -0700)
committerMark Otto <markotto@twitter.com>
Wed, 26 Sep 2012 05:18:34 +0000 (22:18 -0700)
docs/assets/css/bootstrap-responsive.css
less/responsive-767px-max.less

index 800c17560a46c553c9af2d7678c6b10fd8edb77b..3a1e9e697fcb09b6f961586c7d2707423c5fe5d1 100644 (file)
   .container {
     width: auto;
   }
-  .row-fluid {
-    width: 100%;
-  }
   .row,
   .thumbnails {
     margin-left: 0;
     margin-left: 0;
   }
   [class*="span"],
-  .uneditable-input[class*="span"],
-  .row-fluid [class*="span"] {
+  .uneditable-input[class*="span"] {
     display: block;
     float: none;
     width: 100%;
        -moz-box-sizing: border-box;
             box-sizing: border-box;
   }
-  .span12,
-  .row-fluid .span12 {
+  .span12 {
     width: 100%;
     -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
             box-sizing: border-box;
   }
-  .row-fluid [class*="offset"]:first-child {
-    margin-left: 0;
-  }
   .input-large,
   .input-xlarge,
   .input-xxlarge,
index 45ce4ebc7714add556089679c6cd729b0b16891a..ebac6edd230345a0dad4472d30b2ae61f864ad6c 100644 (file)
   .container {
     width: auto;
   }
-  // Fluid rows
-  .row-fluid {
-    width: 100%;
-  }
   // Undo negative margin on rows and thumbnails
   .row,
   .thumbnails {
   }
   // Make all grid-sized elements block level again
   [class*="span"],
-  .uneditable-input[class*="span"], // Makes uneditable inputs full-width when using grid sizing
-  .row-fluid [class*="span"] {
+  // Makes uneditable inputs full-width when using grid sizing
+  .uneditable-input[class*="span"] {
     float: none;
     display: block;
     width: 100%;
     margin-left: 0;
     .box-sizing(border-box);
   }
-  .span12,
-  .row-fluid .span12 {
+  .span12 {
     width: 100%;
     .box-sizing(border-box);
   }
-  .row-fluid [class*="offset"]:first-child {
-               margin-left: 0;
-       }
+
 
   // FORM FIELDS
   // -----------