1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-10-01 07:46:47 +02:00

adding responsive stuff to docs to stub that out, updated type to make ul and ol margins match p tags

This commit is contained in:
Mark Otto
2011-10-17 23:45:35 -07:00
parent ae5c5e1063
commit 369b9720c6
6 changed files with 100 additions and 5 deletions

View File

@@ -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,