diff options
| author | Mark Otto <[email protected]> | 2014-02-08 17:29:25 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-02-08 17:29:25 -0800 |
| commit | 41841c99c4a5ddace09eff6af25aae605f2eeea1 (patch) | |
| tree | 9b14e3d4f1eff0b831c3a7f5fac9e1b5ed8c95e1 | |
| parent | 44bb7b20c7eb14f29827fc163fc5afb066a7ddf5 (diff) | |
| parent | 2365717a3d1dfd30ce49fd54965b925062b0e7a4 (diff) | |
| download | bootstrap-41841c99c4a5ddace09eff6af25aae605f2eeea1.tar.xz bootstrap-41841c99c4a5ddace09eff6af25aae605f2eeea1.zip | |
Merge branch 'master' of github.com:twbs/bootstrap
| -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 ca574edc8..5e2a21905 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; - } } } |
