mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-18 03:10:58 +00:00
recompile after last justified nav tweaks
This commit is contained in:
parent
4357ed72e0
commit
a6f7f96a93
1 changed files with 6 additions and 0 deletions
6
docs/assets/css/bootstrap.css
vendored
6
docs/assets/css/bootstrap.css
vendored
|
|
@ -3332,6 +3332,9 @@ button.close {
|
|||
display: table-cell;
|
||||
float: none;
|
||||
width: 1%;
|
||||
}
|
||||
|
||||
.nav-tabs.nav-justified > li > a {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
|
@ -3380,6 +3383,9 @@ button.close {
|
|||
display: table-cell;
|
||||
float: none;
|
||||
width: 1%;
|
||||
}
|
||||
|
||||
.nav-justified > li > a {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue