aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-09-18 11:23:16 -0700
committerMark Otto <[email protected]>2012-09-18 11:23:16 -0700
commit78992bbf42b93464737860948223e9f852a9f8e8 (patch)
treef504bf6eeec8ca77c3ce215b6a6928e3a426ad18 /docs/assets/css/bootstrap.css
parent3b3def4898b7d60e9a8b9b95707ee56323b23f36 (diff)
downloadbootstrap-78992bbf42b93464737860948223e9f852a9f8e8.tar.xz
bootstrap-78992bbf42b93464737860948223e9f852a9f8e8.zip
fixes #5178: update normalize to avoid resetting audio and video elements in android
Diffstat (limited to 'docs/assets/css/bootstrap.css')
-rw-r--r--docs/assets/css/bootstrap.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 7a73f6c68..4c3da8f52 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -101,7 +101,7 @@ input::-moz-focus-inner {
}
button,
-input[type="button"],
+html input[type="button"],
input[type="reset"],
input[type="submit"] {
cursor: pointer;