am 496d88cd: am 8cf60ec1: am 5acbfcf6: am 7039b4a7: create consistent spacing between lists and the paragraphs within them

* commit '496d88cdc099153bbeadcfec7d6c8fbe6944fa31':
  create consistent spacing between lists and the paragraphs within them
This commit is contained in:
Scott Main 2012-09-18 17:16:14 -07:00 committed by Android Git Automerger
commit a7f07b5112
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;