2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Merge branch 'ol-unstyled' of https://github.com/barsoom/bootstrap into barsoom-ol-unstyled

This commit is contained in:
Mark Otto
2012-02-09 23:19:31 -08:00
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;
}