From: Mark Otto Date: Mon, 10 Dec 2012 18:28:18 +0000 (-0800) Subject: Simplify syntax of nesting with inline lists X-Git-Tag: v2.3.0^2~89 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e324a1beb0d07a3b117e92c608daec591f8587de;p=thirdparty%2Fbootstrap.git Simplify syntax of nesting with inline lists --- diff --git a/less/type.less b/less/type.less index 683a307726..6b1c6d2912 100644 --- a/less/type.less +++ b/less/type.less @@ -119,7 +119,7 @@ ul.inline, ol.inline { margin-left: 0; list-style: none; - & > li { + > li { display: inline-block; padding-left: 5px; padding-right: 5px;