mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-21 02:01:51 +00:00
Merge branch 'master' of github.com:twbs/bootstrap
This commit is contained in:
commit
41841c99c4
1 changed files with 1 additions and 4 deletions
|
|
@ -165,15 +165,12 @@ ol {
|
||||||
// Inline turns list items into inline-block
|
// Inline turns list items into inline-block
|
||||||
.list-inline {
|
.list-inline {
|
||||||
.list-unstyled();
|
.list-unstyled();
|
||||||
|
margin-left: -5px;
|
||||||
|
|
||||||
> li {
|
> li {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
|
|
||||||
&:first-child {
|
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue