Conflicts:
docs/assets/css/bootstrap.css
less/type.less
line-height: 20px;
}
- .list-unstyled {
-ul.unstyled,
-ol.unstyled {
-- margin-left: 0;
-- list-style: none;
--}
--
-ul.inline,
-ol.inline {
++.list-unstyled,
+.list-inline {
+ margin-left: 0;
list-style: none;
}
line-height: @baseLineHeight;
}
--// Remove default list styles
- .list-unstyled {
-ul.unstyled,
-ol.unstyled {
++// List options
++// Unstyled keeps list items block level, just removes list-style
++.list-unstyled,
++// Inline turns list items into inline-block
++.list-inline {
margin-left: 0;
list-style: none;
}
--
// Single-line list items
- .list-inline {
-ul.inline,
-ol.inline {
- margin-left: 0;
-- list-style: none;
-- & > li {
-- display: inline-block;
-- padding-left: 5px;
-- padding-right: 5px;
-- }
++.list-inline > li {
++ display: inline-block;
++ padding-left: 5px;
++ padding-right: 5px;
}
// Description Lists