aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-10-24 19:56:44 -0700
committerChris Rebert <[email protected]>2013-10-24 19:56:44 -0700
commita58c83a317f9fa741fe2f6df213616d5538b5c9b (patch)
tree3ecb38974669745a4ed0c4d702161f4042fa92dc
parentaafe3f90bd5641a01123867bab2df1d5281959cd (diff)
downloadbootstrap-a58c83a317f9fa741fe2f6df213616d5538b5c9b.tar.xz
bootstrap-a58c83a317f9fa741fe2f6df213616d5538b5c9b.zip
add missing space before open curly brace
-rw-r--r--less/type.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/type.less b/less/type.less
index e5544ab3e..58dd545c1 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;
}
}