From: Chris Rebert Date: Fri, 25 Oct 2013 02:56:44 +0000 (-0700) Subject: add missing space before open curly brace X-Git-Tag: v3.0.1~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a58c83a317f9fa741fe2f6df213616d5538b5c9b;p=thirdparty%2Fbootstrap.git add missing space before open curly brace --- 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; } }