Commit 25bf0af2 authored by Henrik N's avatar Henrik N

Add ol.unstyled

parent c8c4d5b3
...@@ -374,7 +374,8 @@ ol { ...@@ -374,7 +374,8 @@ ol {
li { li {
line-height: 18px; line-height: 18px;
} }
ul.unstyled { ul.unstyled,
ol.unstyled {
margin-left: 0; margin-left: 0;
list-style: none; list-style: none;
} }
......
...@@ -110,7 +110,8 @@ ol { ...@@ -110,7 +110,8 @@ ol {
li { li {
line-height: @baseLineHeight; line-height: @baseLineHeight;
} }
ul.unstyled { ul.unstyled,
ol.unstyled {
margin-left: 0; margin-left: 0;
list-style: none; list-style: none;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment