From: Mark Otto Date: Sun, 14 Apr 2013 04:45:21 +0000 (-0700) Subject: more specific comment, better placement of code X-Git-Tag: v3.0.0-rc1~444 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5fbe66307f145f921f1099a56908d70d1026ab55;p=thirdparty%2Fbootstrap.git more specific comment, better placement of code --- diff --git a/less/forms.less b/less/forms.less index 496da1bb24..8ef99d0e25 100644 --- a/less/forms.less +++ b/less/forms.less @@ -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;