OSDN Git Service

create consistent spacing between lists and the paragraphs within them
authorScott Main <smain@google.com>
Tue, 18 Sep 2012 18:27:59 +0000 (11:27 -0700)
committerScott Main <smain@google.com>
Tue, 18 Sep 2012 18:27:59 +0000 (11:27 -0700)
Change-Id: I792cca40a4cca6f811d1528219e51b3895d4d626

tools/droiddoc/templates-sdk/assets/css/default.css

index 1b80b7f..df18ae5 100644 (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;