aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-07-24 00:24:25 -0700
committerJacob Thornton <[email protected]>2012-07-24 00:24:25 -0700
commit5b2f2ed82181c651626b541aee6963f74bf8be31 (patch)
tree31706cdec9278f49a03544385d45e8572af1f98f /less
parent4ea7c472358e2d77f76193ed3c1bafd641dd74ae (diff)
parent7ce048bccd618bbae794a9115861d1927664b8ed (diff)
downloadbootstrap-5b2f2ed82181c651626b541aee6963f74bf8be31.tar.xz
bootstrap-5b2f2ed82181c651626b541aee6963f74bf8be31.zip
Merge branch '2.1.0-wip' of https://github.com/twitter/bootstrap into 2.1.0-wip
Conflicts: docs/assets/css/docs.css docs/javascript.html docs/templates/pages/javascript.mustache
Diffstat (limited to 'less')
-rw-r--r--less/navs.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/less/navs.less b/less/navs.less
index 96723ffc9..4c38f7dbf 100644
--- a/less/navs.less
+++ b/less/navs.less
@@ -171,10 +171,10 @@
.border-radius(0);
}
.nav-tabs.nav-stacked > li:first-child > a {
- .border-radius(4px 4px 0 0);
+ .border-top-radius(4px);
}
.nav-tabs.nav-stacked > li:last-child > a {
- .border-radius(0 0 4px 4px);
+ .border-bottom-radius(4px);
}
.nav-tabs.nav-stacked > li > a:hover {
border-color: #ddd;