1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

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 { 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;
} }

View file

@ -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;
} }