]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add missing space before open curly brace
authorChris Rebert <github@rebertia.com>
Fri, 25 Oct 2013 02:56:44 +0000 (19:56 -0700)
committerChris Rebert <github@rebertia.com>
Fri, 25 Oct 2013 02:56:44 +0000 (19:56 -0700)
less/type.less

index e5544ab3e4ce2dbb9205be558fb6180a064fa16a..58dd545c1b0cd41b8a0fce47dea3db9dc995eb4c 100644 (file)
@@ -141,7 +141,7 @@ ol {
   margin-top: 0;
   margin-bottom: (@line-height-computed / 2);
   ul,
-  ol{
+  ol {
     margin-bottom: 0;
   }
 }