aboutsummaryrefslogtreecommitdiff
path: root/lib/type.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-10-17 23:45:35 -0700
committerMark Otto <[email protected]>2011-10-17 23:45:35 -0700
commit369b9720c6090985c678076eebb59c080c0ed27c (patch)
tree1aa41ff88d7df47dca598d98bef68efeb4f5aa0e /lib/type.less
parentae5c5e10635049c65d73454ca9486539bdf324d4 (diff)
downloadbootstrap-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/type.less')
-rw-r--r--lib/type.less2
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,