aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
Diffstat (limited to 'less')
-rw-r--r--less/type.less15
1 files changed, 15 insertions, 0 deletions
diff --git a/less/type.less b/less/type.less
index d0538fef2..d23ecc917 100644
--- a/less/type.less
+++ b/less/type.less
@@ -111,6 +111,21 @@ ol.unstyled {
margin-left: 0;
list-style: none;
}
+ul.inline,
+ol.inline {
+ .clearfix();
+}
+ul.inline > li,
+ol.inline > li {
+ float: left;
+ margin-right: 14px;
+ margin-left: 12px;
+}
+// Reset left padding for unstyled
+ul.unstyled.inline > li,
+ol.unstyled.inline > li {
+ padding-left: 0;
+}
// Description Lists
dl {