aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-12-10 10:28:18 -0800
committerMark Otto <[email protected]>2012-12-10 10:28:18 -0800
commite324a1beb0d07a3b117e92c608daec591f8587de (patch)
tree23d92f05bfd0b2fd05123b92d3b822837aa02bd2 /less
parent83a6a55d2c3448771925f467be1f2ced321e63df (diff)
downloadbootstrap-e324a1beb0d07a3b117e92c608daec591f8587de.tar.xz
bootstrap-e324a1beb0d07a3b117e92c608daec591f8587de.zip
Simplify syntax of nesting with inline lists
Diffstat (limited to 'less')
-rw-r--r--less/type.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/type.less b/less/type.less
index 683a30772..6b1c6d291 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;