aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
Diffstat (limited to 'less')
-rw-r--r--less/type.less6
1 files changed, 2 insertions, 4 deletions
diff --git a/less/type.less b/less/type.less
index a95d4b983..eded998fb 100644
--- a/less/type.less
+++ b/less/type.less
@@ -107,15 +107,13 @@ li {
}
// Remove default list styles
-ul.unstyled,
-ol.unstyled {
+.list-unstyled {
margin-left: 0;
list-style: none;
}
// Single-line list items
-ul.inline,
-ol.inline {
+.list-inline {
list-style: none;
& > li {
display: inline-block;