Merge pull request #8426 from liuyl/simplify-type

simplify type.less
This commit is contained in:
Mark Otto 2013-07-09 12:43:15 -07:00
commit 606d6e81d4
2 changed files with 6 additions and 8 deletions

View File

@ -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;
} }

View File

@ -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,
ol ol,
ol ul {
margin-bottom: 0; margin-bottom: 0;
}
} }
// List options // List options