2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

add missing space before open curly brace

This commit is contained in:
Chris Rebert
2013-10-24 19:56:44 -07:00
parent aafe3f90bd
commit a58c83a317
+1 -1
View File
@@ -141,7 +141,7 @@ ol {
margin-top: 0; margin-top: 0;
margin-bottom: (@line-height-computed / 2); margin-bottom: (@line-height-computed / 2);
ul, ul,
ol{ ol {
margin-bottom: 0; margin-bottom: 0;
} }
} }