From 0d5c3c2ecf35d9bcbe4bd1ad67f3144f5341eb20 Mon Sep 17 00:00:00 2001 From: liuyl Date: Tue, 9 Jul 2013 09:22:36 +0800 Subject: simplify type.less --- less/type.less | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'less') diff --git a/less/type.less b/less/type.less index 2f1f42ee3..a9a7e189f 100644 --- a/less/type.less +++ b/less/type.less @@ -107,12 +107,10 @@ ul, ol { margin-top: 0; margin-bottom: (@line-height-computed / 2); -} -ul ul, -ul ol, -ol ol, -ol ul { - margin-bottom: 0; + ul, + ol{ + margin-bottom: 0; + } } // List options -- cgit v1.2.3