Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-10-01 10:11:54 +0400
committerMark Otto <markotto@twitter.com>2012-10-01 10:11:54 +0400
commit9872902e4784220f3add1a1af256dfc89cd6e31a (patch)
treed293139e1a9cb6e9f07add39d3884b4ac445eaa5 /less/pagination.less
parent0cd186183c5e18f0517d6037d53f29c56adbac72 (diff)
remove .border-radius mixin and replace with standard border-radius property, since -webkit-* and -moz-* are only needed for older versions
Diffstat (limited to 'less/pagination.less')
-rw-r--r--less/pagination.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/pagination.less b/less/pagination.less
index b16c851861..ac70c85a97 100644
--- a/less/pagination.less
+++ b/less/pagination.less
@@ -14,7 +14,7 @@
margin-left: 0;
margin-bottom: 0;
// Visuals
- .border-radius(@baseBorderRadius);
+ border-radius: @baseBorderRadius;
.box-shadow(0 1px 2px rgba(0,0,0,.05));
}
.pagination ul > li {