Commit 478396fd authored by Mark Otto's avatar Mark Otto

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

parent e20d2dfe
...@@ -649,14 +649,6 @@ ol ul { ...@@ -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;
} }
......
...@@ -75,12 +75,6 @@ ol ol, ...@@ -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;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment