OSDN Git Service

docs only.
authorScott Main <smain@google.com>
Tue, 1 Sep 2009 17:36:55 +0000 (10:36 -0700)
committerScott Main <smain@google.com>
Tue, 1 Sep 2009 17:36:55 +0000 (10:36 -0700)
my previous change to the list styles was the wrong solution.
this fixes all prior problems with nested lists in OLs, ULs, and DLs

tools/droiddoc/templates/assets/android-developer-core.css

index a0f1adb..acb873d 100644 (file)
@@ -133,13 +133,17 @@ dd pre, dd table, dd img {
 }
 
 li ul,
-li ol {
+li ol,
+dd ul,
+dd ol {
   margin:0;
   padding: 0 0 0 2em;
 }
 
-dl li {
-  padding:.5em 0 0 0;
+li li,
+dd li {
+  margin:0;
+  padding:.5em 0 0;
 }
 
 dl dl,