Commit 606d6e81 authored by Mark Otto's avatar Mark Otto
Browse files

Merge pull request #8426 from liuyl/simplify-type

simplify type.less
parents b2fa5152 0d5c3c2e
Showing with 6 additions and 8 deletions
+6 -8
...@@ -524,9 +524,9 @@ ol { ...@@ -524,9 +524,9 @@ ol {
} }
ul ul, ul ul,
ol ul,
ul ol, ul ol,
ol ol, ol ol {
ol ul {
margin-bottom: 0; margin-bottom: 0;
} }
......
...@@ -107,12 +107,10 @@ ul, ...@@ -107,12 +107,10 @@ ul,
ol { ol {
margin-top: 0; margin-top: 0;
margin-bottom: (@line-height-computed / 2); margin-bottom: (@line-height-computed / 2);
} ul,
ul ul, ol{
ul ol, margin-bottom: 0;
ol ol, }
ol ul {
margin-bottom: 0;
} }
// List options // List options
......
Supports Markdown
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