aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
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;