1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-21 04:41:36 +02:00

fix 'Calcuated' typo & run grunt; thanks @FagnerMartinsBrack

fixes typo introduced in 2b6ec38987
This commit is contained in:
Chris Rebert
2013-08-08 13:29:46 -07:00
parent d3a26a5afe
commit f86f6ee955
5 changed files with 10 additions and 10 deletions

View File

@@ -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 {