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 /bootstrap.min.css | |
| 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 'bootstrap.min.css')
| -rw-r--r-- | bootstrap.min.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.min.css b/bootstrap.min.css index 86b68e44a..31912f293 100644 --- a/bootstrap.min.css +++ b/bootstrap.min.css @@ -70,7 +70,7 @@ h3{line-height:27px;font-size:18px;}h3 small{font-size:14px;} h4{font-size:16px;line-height:36px;}h4 small{font-size:12px;} h5{font-size:14px;line-height:18px;} h6{font-size:13px;line-height:18px;color:#bfbfbf;text-transform:uppercase;} -ul,ol{margin:0 0 18px 25px;} +ul,ol{margin:0 0 9px 25px;} ul ul,ul ol,ol ol,ol ul{margin-bottom:0;} ul{list-style:disc;} ol{list-style:decimal;} |
