2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

remove list-type declarations from ul and ol elements since those should just use browser defaults

This commit is contained in:
Mark Otto
2012-07-17 19:11:41 -07:00
parent e20d2dfe9d
commit 478396fd4e
2 changed files with 0 additions and 14 deletions
-8
View File
@@ -649,14 +649,6 @@ ol ul {
margin-bottom: 0; margin-bottom: 0;
} }
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li { li {
line-height: 20px; line-height: 20px;
} }
-6
View File
@@ -75,12 +75,6 @@ ol ol,
ol ul { ol ul {
margin-bottom: 0; margin-bottom: 0;
} }
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li { li {
line-height: @baseLineHeight; line-height: @baseLineHeight;
} }