2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03: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
+2 -1
View File
@@ -374,7 +374,8 @@ ol {
li {
line-height: 18px;
}
ul.unstyled {
ul.unstyled,
ol.unstyled {
margin-left: 0;
list-style: none;
}
+2 -1
View File
@@ -110,7 +110,8 @@ ol {
li {
line-height: @baseLineHeight;
}
ul.unstyled {
ul.unstyled,
ol.unstyled {
margin-left: 0;
list-style: none;
}