aboutsummaryrefslogtreecommitdiff
path: root/less/reset.less
diff options
context:
space:
mode:
Diffstat (limited to 'less/reset.less')
-rw-r--r--less/reset.less6
1 files changed, 3 insertions, 3 deletions
diff --git a/less/reset.less b/less/reset.less
index 87411cf2b..d9ce2b110 100644
--- a/less/reset.less
+++ b/less/reset.less
@@ -75,10 +75,10 @@ sub {
// -------------------------
img {
- height: auto;
+ max-width: 100%; // Make images inherently responsive
+ vertical-align: middle;
border: 0;
-ms-interpolation-mode: bicubic;
- vertical-align: middle;
}
// Forms
@@ -111,10 +111,10 @@ input[type="submit"] {
-webkit-appearance: button; // Style clickable inputs in iOS
}
input[type="search"] { // Appearance in Safari/Chrome
- -webkit-appearance: textfield;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
+ -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {