From a58c83a317f9fa741fe2f6df213616d5538b5c9b Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 24 Oct 2013 19:56:44 -0700 Subject: [PATCH] add missing space before open curly brace --- less/type.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/type.less b/less/type.less index e5544ab3e4..58dd545c1b 100644 --- a/less/type.less +++ b/less/type.less @@ -141,7 +141,7 @@ ol { margin-top: 0; margin-bottom: (@line-height-computed / 2); ul, - ol{ + ol { margin-bottom: 0; } }