]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
more specific comment, better placement of code
authorMark Otto <otto@github.com>
Sun, 14 Apr 2013 04:45:21 +0000 (21:45 -0700)
committerMark Otto <otto@github.com>
Sun, 14 Apr 2013 04:45:21 +0000 (21:45 -0700)
less/forms.less

index 496da1bb24edebae0feff68e7f028443d3626071..8ef99d0e257a5cfd08593a69c710f71ed895eb75 100644 (file)
@@ -36,10 +36,6 @@ label {
 
 // Form controls
 // -------------------------
-// Override content-box in normalize
-input[type="search"] {
-  .box-sizing(border-box);
-}
 
 // Shared size and type resets
 select,
@@ -92,6 +88,11 @@ input[type="checkbox"] {
   width: auto; // Override of generic input selector
 }
 
+// Override content-box in Normalize (* isn't specific enough)
+input[type="search"] {
+  .box-sizing(border-box);
+}
+
 // Reset height since textareas have rows
 textarea {
   height: auto;