mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-06 04:08:22 +01:00
Run make on prev work
This commit is contained in:
parent
f43fa23ae0
commit
4c27f3ce80
54
dist/css/bootstrap.css
vendored
54
dist/css/bootstrap.css
vendored
@ -2504,6 +2504,33 @@ button.close {
|
|||||||
background-color: #e5e5e5;
|
background-color: #e5e5e5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.nav-justified {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-justified > li {
|
||||||
|
display: table-cell;
|
||||||
|
float: none;
|
||||||
|
width: 1%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-justified > li > a {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-tabs-justified {
|
||||||
|
border-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-tabs-justified > li > a {
|
||||||
|
margin-right: 0;
|
||||||
|
border-bottom: 1px solid #dddddd;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-tabs-justified > .active > a {
|
||||||
|
border-bottom-color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
.nav-tabs {
|
.nav-tabs {
|
||||||
border-bottom: 1px solid #dddddd;
|
border-bottom: 1px solid #dddddd;
|
||||||
}
|
}
|
||||||
@ -2586,33 +2613,6 @@ button.close {
|
|||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-justified {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav-justified > li {
|
|
||||||
display: table-cell;
|
|
||||||
float: none;
|
|
||||||
width: 1%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav-justified > li > a {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav-tabs-justified {
|
|
||||||
border-bottom: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav-tabs-justified > li > a {
|
|
||||||
margin-right: 0;
|
|
||||||
border-bottom: 1px solid #dddddd;
|
|
||||||
}
|
|
||||||
|
|
||||||
.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
Loading…
x
Reference in New Issue
Block a user