]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Make on previous commits
authorMark Otto <otto@github.com>
Sun, 23 Jun 2013 22:05:58 +0000 (15:05 -0700)
committerMark Otto <otto@github.com>
Sun, 23 Jun 2013 22:05:58 +0000 (15:05 -0700)
docs/assets/css/bootstrap.css

index de5494c571f8c7ddd804aeae8851f9286ff96c00..48d6815b2e15e431ccbfebba28a23ad7626d4ef2 100644 (file)
@@ -353,14 +353,6 @@ small {
   font-size: 85%;
 }
 
-strong {
-  font-weight: bold;
-}
-
-em {
-  font-style: italic;
-}
-
 cite {
   font-style: normal;
 }
@@ -819,13 +811,26 @@ pre code {
 .col-lg-11,
 .col-lg-12 {
   position: relative;
-  float: left;
-  width: 100%;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
 }
 
+.col-1,
+.col-2,
+.col-3,
+.col-4,
+.col-5,
+.col-6,
+.col-7,
+.col-8,
+.col-9,
+.col-10,
+.col-11,
+.col-12 {
+  float: left;
+}
+
 .col-1 {
   width: 8.333333333333332%;
 }
@@ -878,6 +883,20 @@ pre code {
   .container {
     max-width: 728px;
   }
+  .col-sm-1,
+  .col-sm-2,
+  .col-sm-3,
+  .col-sm-4,
+  .col-sm-5,
+  .col-sm-6,
+  .col-sm-7,
+  .col-sm-8,
+  .col-sm-9,
+  .col-sm-10,
+  .col-sm-11,
+  .col-sm-12 {
+    float: left;
+  }
   .col-sm-1 {
     width: 8.333333333333332%;
   }
@@ -1019,6 +1038,20 @@ pre code {
   .container {
     max-width: 940px;
   }
+  .col-lg-1,
+  .col-lg-2,
+  .col-lg-3,
+  .col-lg-4,
+  .col-lg-5,
+  .col-lg-6,
+  .col-lg-7,
+  .col-lg-8,
+  .col-lg-9,
+  .col-lg-10,
+  .col-lg-11,
+  .col-lg-12 {
+    float: left;
+  }
   .col-lg-1 {
     width: 8.333333333333332%;
   }
@@ -1201,13 +1234,13 @@ th {
   background-color: #f5f5f5;
 }
 
-table col[class*="col-span-"] {
+table col[class^="col-"] {
   display: table-column;
   float: none;
 }
 
-table td[class*="col-span-"],
-table th[class*="col-span-"] {
+table td[class^="col-"],
+table th[class^="col-"] {
   display: table-cell;
   float: none;
 }