Commit 5fbe6630 authored by Mark Otto's avatar Mark Otto

more specific comment, better placement of code

parent bec56792
...@@ -36,10 +36,6 @@ label { ...@@ -36,10 +36,6 @@ label {
// Form controls // Form controls
// ------------------------- // -------------------------
// Override content-box in normalize
input[type="search"] {
.box-sizing(border-box);
}
// Shared size and type resets // Shared size and type resets
select, select,
...@@ -92,6 +88,11 @@ input[type="checkbox"] { ...@@ -92,6 +88,11 @@ input[type="checkbox"] {
width: auto; // Override of generic input selector 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 // Reset height since textareas have rows
textarea { textarea {
height: auto; height: auto;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment