diff options
| author | Chris Rebert <[email protected]> | 2013-08-08 13:29:46 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-08-08 13:31:22 -0700 |
| commit | f86f6ee9555819468467d48387becf80c831d34f (patch) | |
| tree | dc862f8444b00ab9c8d20966e059ec7f0ada0005 /dist/css/bootstrap.css | |
| parent | d3a26a5afeb3bdb2e116c822c1505b716e66dacb (diff) | |
| download | bootstrap-f86f6ee9555819468467d48387becf80c831d34f.tar.xz bootstrap-f86f6ee9555819468467d48387becf80c831d34f.zip | |
fix 'Calcuated' typo & run grunt; thanks @FagnerMartinsBrack
fixes typo introduced in 2b6ec389876fac116ae2a152e47be321632dd9ba
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index b505bcfb3..03042ad8b 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3830,9 +3830,9 @@ 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); - background-clip: padding-box; - -webkit-bg-clip: padding-box; - -moz-bg-clip: padding; + -webkit-background-clip: padding-box; + -moz-background-clip: padding; + background-clip: padding-box; } .popover.top { |
