1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 07:39:57 +02:00
This commit is contained in:
Mark Otto
2015-11-29 19:38:53 -08:00
parent 389a284766
commit 765c5e9c07
8 changed files with 16 additions and 6 deletions

View File

@@ -3469,6 +3469,11 @@ input[type="button"].btn-block {
background-color: transparent;
}
.nav-inline .nav-item {
display: inline-block;
}
.nav-inline .nav-item + .nav-item,
.nav-inline .nav-link + .nav-link {
margin-left: 1rem;
}