DO NOT MERGE

cherrypick from jb-dev Change-Id: I792cca40a4cca6f811d1528219e51b3895d4d626
create consistent spacing between lists and the paragraphs within them

Change-Id: I4977e4f6f34c7fb8605c861ebb4b33895f630977
This commit is contained in:
Scott Main 2012-09-18 11:27:59 -07:00
parent 5b5ff1a6ae
commit 52948fcf8c
1 changed files with 2 additions and 2 deletions

View File

@ -919,7 +919,7 @@ ul ul, ul ol, ol ul, ol ol {
margin-top: 0;
}
li {
margin:0 0 4px;
margin:0 0 5px;
}
dd {
margin:0 0 10px 30px;
@ -929,7 +929,7 @@ dd p {
}
ul p,
ol p {
margin:10px 0 0;
margin:5px 0 0;
}
pre strong, pre b, a strong, a b, a code {
color: inherit;