]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix the stacked form legend style
authorMark Otto <mark.otto@twitter.com>
Sat, 10 Sep 2011 04:43:19 +0000 (21:43 -0700)
committerMark Otto <mark.otto@twitter.com>
Sat, 10 Sep 2011 04:43:19 +0000 (21:43 -0700)
bootstrap-1.3.0.css
bootstrap-1.3.0.min.css
docs/index.html
lib/forms.less

index 873df4c94210459e5ee105af84949f6aa7431ce5..e8024e443a9d770caa66f33afb3c6c93292542b9 100644 (file)
@@ -6,7 +6,7 @@
  * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Fri Sep  9 10:06:26 PDT 2011
+ * Date: Fri Sep  9 21:42:21 PDT 2011
  */
 /* Reset.less
  * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here      that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
@@ -1012,7 +1012,7 @@ textarea[readonly] {
   padding-top: 9px;
 }
 .form-stacked legend {
-  margin-left: 0;
+  padding-left: 0;
 }
 .form-stacked label {
   display: block;
index 567922a54d3180de9e748818d4cee48cd967e457..de1d659b352a64ed3a2597f58579337f686af8df 100644 (file)
@@ -160,7 +160,7 @@ input[disabled],select[disabled],textarea[disabled],input[readonly],select[reado
 .inputs-list li:first-child{padding-top:5px;}
 .inputs-list input[type=radio],.inputs-list input[type=checkbox]{margin-bottom:0;}
 .form-stacked{padding-left:20px;}.form-stacked fieldset{padding-top:9px;}
-.form-stacked legend{margin-left:0;}
+.form-stacked legend{padding-left:0;}
 .form-stacked label{display:block;float:none;width:auto;font-weight:bold;text-align:left;line-height:20px;padding-top:0;}
 .form-stacked .clearfix{margin-bottom:9px;}.form-stacked .clearfix div.input{margin-left:0;}
 .form-stacked .inputs-list{margin-bottom:0;}.form-stacked .inputs-list li{padding-top:0;}.form-stacked .inputs-list li label{font-weight:normal;padding-top:0;}
index 79f8f3012b0b8a5d075255fdfbf342dfecb3dbb2..f6c6d65b8ebe64283f40f892e122c9174d5dddca 100644 (file)
           </tr>
         </tbody>
       </table>
-      <p></p>
+      <p>Modifying the grid means changing these values and recompiling.</p>
     </div>
   </div>
 </section>
index 0eae90a73f22823d8f33a76277b31d318376056f..3e52875ebc3da3e8bdb4fcbe8f4374f096576f69 100644 (file)
@@ -381,7 +381,7 @@ textarea[readonly] {
     padding-top: @baseline / 2;
   }
   legend {
-    margin-left: 0;
+    padding-left: 0;
   }
   label {
     display: block;