diff options
| author | liuyl <[email protected]> | 2013-07-09 09:22:36 +0800 |
|---|---|---|
| committer | liuyl <[email protected]> | 2013-07-09 09:22:36 +0800 |
| commit | 0d5c3c2ecf35d9bcbe4bd1ad67f3144f5341eb20 (patch) | |
| tree | 806ef096556c226485dc27244b766fb5f07beb24 /less/type.less | |
| parent | 1045226544c6f9396227974b5543df1caf74f8cf (diff) | |
| download | bootstrap-0d5c3c2ecf35d9bcbe4bd1ad67f3144f5341eb20.tar.xz bootstrap-0d5c3c2ecf35d9bcbe4bd1ad67f3144f5341eb20.zip | |
simplify type.less
Diffstat (limited to 'less/type.less')
| -rw-r--r-- | less/type.less | 10 |
1 files changed, 4 insertions, 6 deletions
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 |
