2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

more specific comment, better placement of code

This commit is contained in:
Mark Otto
2013-04-13 21:45:21 -07:00
parent bec5679264
commit 5fbe66307f
+5 -4
View 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;