From 98df9495cc92bd710a6d55c4d535da7aaf730031 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 5 Aug 2013 16:15:36 -0700 Subject: remove dupe border-box --- dist/css/bootstrap.css | 3 --- 1 file changed, 3 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 23e2800af..59cbab4fd 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2107,9 +2107,6 @@ input[type="button"].btn-block { background-color: #eeeeee; border: 1px solid #cccccc; border-radius: 4px; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; } .input-group-addon.input-sm { -- cgit v1.2.3