2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

Drop background-clip and background-size mixins since they have no prefixes anyway

This commit is contained in:
Mark Otto
2013-08-12 10:01:13 -07:00
parent 175a112548
commit 55cfa8d38f
7 changed files with 5 additions and 19 deletions
+1 -3
View File
@@ -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 {