mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
remove .border-radius mixin and replace with standard border-radius property, since -webkit-* and -moz-* are only needed for older versions
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
background-color: @tooltipBackground;
|
||||
.border-radius(4px);
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
// Arrows
|
||||
|
||||
Reference in New Issue
Block a user