aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-24 16:52:47 -0700
committerMark Otto <[email protected]>2013-07-24 16:52:47 -0700
commit51de38e5b9f1df43e56166cea979b18108e98350 (patch)
treec9f90d979df138c104f9d7cdf7f69d3c3ee60e59 /less
parent61ac20ebb5f30094d287048300348d58d5622afd (diff)
downloadbootstrap-51de38e5b9f1df43e56166cea979b18108e98350.tar.xz
bootstrap-51de38e5b9f1df43e56166cea979b18108e98350.zip
make again
Diffstat (limited to 'less')
-rw-r--r--less/navs.less6
1 files changed, 3 insertions, 3 deletions
diff --git a/less/navs.less b/less/navs.less
index 6981010a0..1766f502c 100644
--- a/less/navs.less
+++ b/less/navs.less
@@ -115,8 +115,8 @@
}
// pulling this in mainly for less shorthand
&.nav-justified {
- .nav-justified;
- .nav-tabs-justified;
+ .nav-justified();
+ .nav-tabs-justified();
}
}
@@ -180,7 +180,7 @@
}
// Move borders to anchors instead of bottom of list
-.nav-tabs-justified () {
+.nav-tabs-justified {
border-bottom: 0;
> li > a {
border-bottom: 1px solid #ddd;