This commit is contained in:
Mark Otto 2016-11-25 21:48:39 -08:00
parent 91f70c538a
commit 990a901e52
8 changed files with 32 additions and 2 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;

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

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;

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.