OSDN Git Service

fix css bug for paragraphs in table cells
authorScott Main <smain@google.com>
Wed, 5 May 2010 00:24:26 +0000 (17:24 -0700)
committerScott Main <smain@google.com>
Wed, 5 May 2010 00:24:26 +0000 (17:24 -0700)
 - only select the direct descendant for p:last-child in a td

Change-Id: I9ad63b80914fbfe4d3e74041915f67b7a08d9649

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

index 9e9f4d3..08d74c9 100644 (file)
@@ -177,7 +177,7 @@ th {
   background-color:#dee8f1;
 }
 
   background-color:#dee8f1;
 }
 
-td p:last-child {
+td p:last-child {
   margin:0;
 }
 
   margin:0;
 }