1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 15:50:01 +02:00
This commit is contained in:
Mark Otto
2015-12-07 23:31:06 -08:00
parent 515ff1aacb
commit 7303977c52
8 changed files with 16 additions and 14 deletions

View File

@@ -609,14 +609,15 @@ mark,
.list-inline {
padding-left: 0;
margin-left: -5px;
list-style: none;
}
.list-inline > li {
.list-inline-item {
display: inline-block;
padding-right: 5px;
padding-left: 5px;
}
.list-inline-item:not(:last-child) {
margin-right: 5px;
}
.dl-horizontal {