diff options
| author | Mark Otto <[email protected]> | 2011-10-17 23:45:35 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-17 23:45:35 -0700 |
| commit | 369b9720c6090985c678076eebb59c080c0ed27c (patch) | |
| tree | 1aa41ff88d7df47dca598d98bef68efeb4f5aa0e /lib | |
| parent | ae5c5e10635049c65d73454ca9486539bdf324d4 (diff) | |
| download | bootstrap-369b9720c6090985c678076eebb59c080c0ed27c.tar.xz bootstrap-369b9720c6090985c678076eebb59c080c0ed27c.zip | |
adding responsive stuff to docs to stub that out, updated type to make ul and ol margins match p tags
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/type.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/type.less b/lib/type.less index 4978dd786..a490bf5fa 100644 --- a/lib/type.less +++ b/lib/type.less @@ -74,7 +74,7 @@ h6 { // Unordered and Ordered lists ul, ol { - margin: 0 0 @baseLineHeight 25px; + margin: 0 0 @baseLineHeight / 2 25px; } ul ul, ul ol, |
