fixed first element padding of list-inline

This commit is contained in:
Geremia Taglialatela 2014-01-30 14:55:19 +01:00
parent d4b1bfd667
commit 0da527f169
1 changed files with 1 additions and 4 deletions

View File

@ -165,15 +165,12 @@ ol {
// Inline turns list items into inline-block
.list-inline {
.list-unstyled();
margin-left: -5px;
> li {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
&:first-child {
padding-left: 0;
}
}
}