diff options
| author | Mark Otto <[email protected]> | 2013-08-12 10:01:13 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-12 10:01:13 -0700 |
| commit | 55cfa8d38f71623aaa5e2aae97b483af60650910 (patch) | |
| tree | 81ba1e9333daaae3314c3eda89b64a487f4b0a38 /dist/css/bootstrap.css | |
| parent | 175a112548120500022882d6d2e9bede720f568b (diff) | |
| download | bootstrap-55cfa8d38f71623aaa5e2aae97b483af60650910.tar.xz bootstrap-55cfa8d38f71623aaa5e2aae97b483af60650910.zip | |
Drop background-clip and background-size mixins since they have no prefixes anyway
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index fb2b9d18a..3f13551b3 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4003,9 +4003,7 @@ button.close { border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); - -webkit-background-clip: padding-box; - -moz-background-clip: padding; - background-clip: padding-box; + background-clip: padding-box; } .popover.top { |
