]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
more small changes to compiled css to try things out
authorMark Otto <mark.otto@twitter.com>
Tue, 4 Oct 2011 06:50:14 +0000 (23:50 -0700)
committerMark Otto <mark.otto@twitter.com>
Tue, 4 Oct 2011 06:50:14 +0000 (23:50 -0700)
bootstrap.css
bootstrap.min.css
examples/fluid.html
lib/forms.less

index 9dc882c9b899ca539d0b45b02466696cf9fe7319..dbd23da2da1f078aea872e6cabd90200692961d2 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: Mon Oct  3 22:44:23 PDT 2011
+ * Date: Mon Oct  3 23:49:59 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).
@@ -612,7 +612,7 @@ textarea {
   font-weight: normal;
   line-height: normal;
 }
-form label {
+label {
   padding-top: 6px;
   font-size: 13px;
   line-height: 18px;
index 18ef1134e5a4ee3374c7334e2d74d6166cfd81d2..45f43329409aaf66e8d90ddc3f0d90a6016ddb60 100644 (file)
@@ -109,7 +109,7 @@ fieldset{margin-bottom:18px;padding-top:18px;}fieldset legend{display:block;padd
 form .clearfix{margin-bottom:18px;zoom:1;}form .clearfix:before,form .clearfix:after{display:table;content:"";zoom:1;*display:inline;}
 form .clearfix:after{clear:both;}
 label,input,select,textarea{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;font-weight:normal;line-height:normal;}
-form label{padding-top:6px;font-size:13px;line-height:18px;float:left;width:130px;text-align:right;color:#404040;}
+label{padding-top:6px;font-size:13px;line-height:18px;float:left;width:130px;text-align:right;color:#404040;}
 form .input{margin-left:150px;}
 input[type=checkbox],input[type=radio]{cursor:pointer;}
 input,textarea,select,.uneditable-input{display:inline-block;width:210px;height:18px;padding:4px;font-size:13px;line-height:18px;color:#808080;border:1px solid #ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
index eacb5c3d2d29d8de60397ac21cd92695168f3fcc..b8405cea1689aa5b340dd13db155ffe069c3be0d 100644 (file)
@@ -75,7 +75,6 @@
           <p>Vestibulum id ligula porta felis euismod semper. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit.</p>
           <p><a class="btn primary large">Learn more &raquo;</a></p>
         </div>
-
         <!-- Example row of columns -->
         <div class="row">
           <div class="span6">
@@ -94,9 +93,7 @@
             <p><a class="btn" href="#">View details &raquo;</a></p>
           </div>
         </div>
-
         <hr>
-
         <!-- Example row of columns -->
         <div class="row">
           <div class="span6">
             <p><a class="btn" href="#">View details &raquo;</a></p>
           </div>
         </div>
-
         <footer>
           <p>&copy; Company 2011</p>
         </footer>
index 058d32832f4651d408c043c103adb27eef086df8..7c9cc7c62335ac5c12ce5d816a6d3dbd81275fa2 100644 (file)
@@ -40,7 +40,7 @@ textarea {
 }
 
 // Float labels left
-form label {
+label {
   padding-top: 6px;
   font-size: @basefont;
   line-height: @baseline;