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:
authorJake Buob <jake@mojotech.com>2013-09-13 23:56:30 +0400
committerJake Buob <jake@mojotech.com>2013-09-13 23:56:30 +0400
commit4d4976fdcc3f2e88408a7993854a7cfbafd0c6ec (patch)
treec8929313184ff9ba8c30b828b69041c56e633696 /less/navs.less
parentb896ce0270572e0f377baddb68860cb4bd80ca8c (diff)
Make nav pills border-radius border-radius-base
Diffstat (limited to 'less/navs.less')
-rw-r--r--less/navs.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/navs.less b/less/navs.less
index bdab92606b..4c514fd1ae 100644
--- a/less/navs.less
+++ b/less/navs.less
@@ -120,7 +120,7 @@
// Links rendered as pills
> a {
- border-radius: 5px;
+ border-radius: @border-radius-base;
}
+ li {
margin-left: 2px;