diff options
| author | Mark Otto <[email protected]> | 2013-01-15 17:55:14 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-15 17:55:14 -0800 |
| commit | 85db846b651842444d374f8e54f3f362ca18d08e (patch) | |
| tree | 3f8bd10e17327ebcb0a8f5d719741be49cbf6580 /less/type.less | |
| parent | 094767fbfe09b921da1f3f5deba4db2c79be37f5 (diff) | |
| download | bootstrap-85db846b651842444d374f8e54f3f362ca18d08e.tar.xz bootstrap-85db846b651842444d374f8e54f3f362ca18d08e.zip | |
mobile-first navs, navbar, grids, and type
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; |
