am 74108dea: fix css bug for paragraphs in table cells - only select the direct descendant for p:last-child in a td

Merge commit '74108deaf1747943a493751cbff9de321f1dd397' into froyo-plus-aosp

* commit '74108deaf1747943a493751cbff9de321f1dd397':
  fix css bug for paragraphs in table cells
This commit is contained in:
Scott Main 2010-05-04 18:18:02 -07:00 committed by Android Git Automerger
commit e59de21b8a
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ th {
background-color:#dee8f1;
}
td p:last-child {
td > p:last-child {
margin:0;
}