From e324a1beb0d07a3b117e92c608daec591f8587de Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 10 Dec 2012 10:28:18 -0800 Subject: [PATCH] Simplify syntax of nesting with inline lists --- less/type.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;