diff options
| author | Chris Rebert <[email protected]> | 2013-10-24 19:56:44 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-10-24 19:56:44 -0700 |
| commit | a58c83a317f9fa741fe2f6df213616d5538b5c9b (patch) | |
| tree | 3ecb38974669745a4ed0c4d702161f4042fa92dc /less | |
| parent | aafe3f90bd5641a01123867bab2df1d5281959cd (diff) | |
| download | bootstrap-a58c83a317f9fa741fe2f6df213616d5538b5c9b.tar.xz bootstrap-a58c83a317f9fa741fe2f6df213616d5538b5c9b.zip | |
add missing space before open curly brace
Diffstat (limited to 'less')
| -rw-r--r-- | less/type.less | 2 |
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; } } |
