diff options
Diffstat (limited to 'less/type.less')
| -rw-r--r-- | less/type.less | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/less/type.less b/less/type.less index 89e65fff8..39358e4e3 100644 --- a/less/type.less +++ b/less/type.less @@ -93,9 +93,10 @@ h4 small { font-size: @font-size-base; } // -------------------------------------------------- // Unordered and Ordered lists -ul, ol { +ul, +ol { padding: 0; - margin: 0 0 @line-height-base / 2 25px; + margin: 0 0 (@line-height-base / 2) 25px; } ul ul, ul ol, @@ -138,7 +139,7 @@ dd { } // Horizontal layout (like forms) .dl-horizontal { - .clearfix(); // Ensure dl clears floats if empty dd elements present + .clear_float(); // Ensure dl clears floats if empty dd elements present dt { float: left; width: @component-offset-horizontal - 20; |
