Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2012-12-10 22:28:18 +0400
committerMark Otto <otto@github.com>2012-12-10 22:28:18 +0400
commite324a1beb0d07a3b117e92c608daec591f8587de (patch)
tree23d92f05bfd0b2fd05123b92d3b822837aa02bd2
parent83a6a55d2c3448771925f467be1f2ced321e63df (diff)
Simplify syntax of nesting with inline lists
-rw-r--r--less/type.less2
1 files changed, 1 insertions, 1 deletions
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;