From a97b9c112238d3f146276a97998ed5c2bb1bc1bc Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 11 Mar 2012 14:41:52 -0700 Subject: in responsive layouts <767px, ensure inputs are not larger than 100% with box-sizing and a max-width --- docs/assets/css/bootstrap.css | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/assets/css/bootstrap.css') diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index dbab90407..2fd7cc135 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -3678,6 +3678,7 @@ a.thumbnail:hover { box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; + -ms-box-sizing: border-box; box-sizing: border-box; -webkit-transition: width 0.6s ease; -moz-transition: width 0.6s ease; -- cgit v1.2.3