mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +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
@@ -18,7 +18,7 @@
|
||||
padding: 5px 14px;
|
||||
background-color: #fff;
|
||||
border: 1px solid #ddd;
|
||||
.border-radius(15px);
|
||||
border-radius: 15px;
|
||||
}
|
||||
.pager li > a:hover {
|
||||
text-decoration: none;
|
||||
|
||||
Reference in New Issue
Block a user