From 380019ccb28ef1205e0a114e386ab2cc4281efb4 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 16 Jan 2014 20:00:28 -0800 Subject: Split box-sizing reset for faster rendering --- dist/css/bootstrap.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index d6f4efc79..26257d194 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -251,7 +251,11 @@ table { border: 1px solid #ddd !important; } } -*, +* { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} *:before, *:after { -webkit-box-sizing: border-box; -- cgit v1.2.3