mirror of
https://github.com/twbs/bootstrap.git
synced 2025-10-09 00:06:14 -04:00
make again
This commit is contained in:
parent
61ac20ebb5
commit
51de38e5b9
13
dist/css/bootstrap.css
vendored
13
dist/css/bootstrap.css
vendored
@ -2672,6 +2672,19 @@ button.close {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.nav-tabs-justified {
|
||||||
|
border-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-tabs-justified > li > a {
|
||||||
|
margin-right: 0;
|
||||||
|
border-bottom: 1px solid #ddd;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-tabs-justified > .active > a {
|
||||||
|
border-bottom-color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
.tabbable:before,
|
.tabbable:before,
|
||||||
.tabbable:after {
|
.tabbable:after {
|
||||||
display: table;
|
display: table;
|
||||||
|
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
6
dist/js/bootstrap.min.js
vendored
6
dist/js/bootstrap.min.js
vendored
File diff suppressed because one or more lines are too long
@ -115,8 +115,8 @@
|
|||||||
}
|
}
|
||||||
// pulling this in mainly for less shorthand
|
// pulling this in mainly for less shorthand
|
||||||
&.nav-justified {
|
&.nav-justified {
|
||||||
.nav-justified;
|
.nav-justified();
|
||||||
.nav-tabs-justified;
|
.nav-tabs-justified();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -180,7 +180,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Move borders to anchors instead of bottom of list
|
// Move borders to anchors instead of bottom of list
|
||||||
.nav-tabs-justified () {
|
.nav-tabs-justified {
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
> li > a {
|
> li > a {
|
||||||
border-bottom: 1px solid #ddd;
|
border-bottom: 1px solid #ddd;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user