2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03: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
+15
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;