diff options
Diffstat (limited to 'less')
| -rw-r--r-- | less/type.less | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/less/type.less b/less/type.less index 3b428e79d..883c476a8 100644 --- a/less/type.less +++ b/less/type.less @@ -117,6 +117,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 { |
