diff options
| author | Geremia Taglialatela <[email protected]> | 2014-01-30 14:55:19 +0100 |
|---|---|---|
| committer | Geremia Taglialatela <[email protected]> | 2014-01-30 14:55:19 +0100 |
| commit | 0da527f169dbf20a30db2a6ae57b479ac867fa6c (patch) | |
| tree | 80391bcc8e24091914420fa3e50aa149616e5c54 | |
| parent | d4b1bfd667631f1d96a0b6ec4e734338e5b8811d (diff) | |
| download | bootstrap-0da527f169dbf20a30db2a6ae57b479ac867fa6c.tar.xz bootstrap-0da527f169dbf20a30db2a6ae57b479ac867fa6c.zip | |
fixed first element padding of list-inline
| -rw-r--r-- | less/type.less | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/less/type.less b/less/type.less index a55730dfe..d7a7d5800 100644 --- a/less/type.less +++ b/less/type.less @@ -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; - } } } |
