]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixing form input width sizing, removing unused CSS
authorMark Otto <mark.otto@twitter.com>
Tue, 11 Oct 2011 02:38:24 +0000 (19:38 -0700)
committerMark Otto <mark.otto@twitter.com>
Tue, 11 Oct 2011 02:38:24 +0000 (19:38 -0700)
bootstrap.css
lib/forms.less
lib/patterns.less

index 5a036a4300c80603e939e2de95b04c0988f9d063..7eec0a7604711d54856513fb48b8544fbe8dc5f1 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: Sun Oct  9 23:02:24 PDT 2011
+ * Date: Mon Oct 10 19:37:09 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).
index 6667df0c4051411efcde5b41d46236bbdf74b4e8..82da41aabfbcc7df6fa7e665fe9d3dbb3de8edae 100644 (file)
@@ -254,7 +254,7 @@ textarea.xxlarge {
 // This is a duplication of the main grid .columns() mixin, but subtracts 10px to account for input padding and border
 .formColumns(@columnSpan: 1) {
   display: inline-block;
-  width: ((@gridColumnWidth - 10) * @columnSpan) + ((@gridColumnWidth - 10) * (@columnSpan - 1));
+  width: ((@gridColumnWidth) * @columnSpan) + (@gridGutterWidth * (@columnSpan - 1)) - 10;
 }
 input,
 textarea {
index e35087d03c528449f74e758d23314feb5db20ab8..bc70f0bf3392bebcd916d082fc0ffdf4fd967316 100644 (file)
@@ -446,8 +446,6 @@ a.menu:after,
     padding: 0 5px;
     color: @grayLight;
   }
-  a {
-  }
   .active a {
     color: @grayDark;
   }