2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +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
-2
View File
@@ -13,8 +13,6 @@
padding: 1px;
text-align: left; // Reset given new insertion method
background-color: @popover-bg;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
border: 1px solid @popover-fallback-border-color;
border: 1px solid @popover-border-color;