diff --git a/less/type.less b/less/type.less index ca574edc89b3f32604865cfbd164d90f6f3d6a39..5e2a2190533d1d9d0bc9231c9c80a29b53822ec4 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; - } } }