1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 00:59:51 +02:00
This commit is contained in:
Mark Otto
2016-11-25 21:48:39 -08:00
parent 91f70c538a
commit 990a901e52
8 changed files with 36 additions and 6 deletions

View File

@@ -4088,6 +4088,21 @@ tbody.collapse.active {
display: block;
}
.nav-justified {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.nav-justified .nav-item {
-webkit-box-flex: 1;
-webkit-flex: 1 1 0%;
-ms-flex: 1 1 0%;
flex: 1 1 0%;
text-align: center;
}
.navbar {
position: relative;
padding: 0.5rem 1rem;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long