diff options
| author | Mark Otto <[email protected]> | 2013-08-05 16:15:36 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-05 16:15:36 -0700 |
| commit | 98df9495cc92bd710a6d55c4d535da7aaf730031 (patch) | |
| tree | 3df418191d980c390b45f53cb8a8a64f8e97132c /dist/css/bootstrap.css | |
| parent | 04dc22103706519dfc48c6634351a66a3218221f (diff) | |
| download | bootstrap-98df9495cc92bd710a6d55c4d535da7aaf730031.tar.xz bootstrap-98df9495cc92bd710a6d55c4d535da7aaf730031.zip | |
remove dupe border-box
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 3 |
1 files changed, 0 insertions, 3 deletions
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 { |
