Add ol.unstyled

This commit is contained in:
Henrik N 2012-02-07 19:29:45 +01:00
parent c8c4d5b392
commit 25bf0af249
2 changed files with 4 additions and 2 deletions

View File

@ -374,7 +374,8 @@ ol {
li {
line-height: 18px;
}
ul.unstyled {
ul.unstyled,
ol.unstyled {
margin-left: 0;
list-style: none;
}

View File

@ -110,7 +110,8 @@ ol {
li {
line-height: @baseLineHeight;
}
ul.unstyled {
ul.unstyled,
ol.unstyled {
margin-left: 0;
list-style: none;
}