am d5f90275: am 287987db: add style for \'new-child\' class, which hides the "new" tag when the parent list item is expanded (for use when the parent is advertising a new child doc)

* commit 'd5f902751b259b9281c3c87966d6238e262de000':
  add style for 'new-child' class, which hides the "new" tag when the parent list item is expanded (for use when the parent is advertising a new child doc)
This commit is contained in:
Scott Main 2011-02-22 21:40:08 -08:00 committed by Android Git Automerger
commit b12c010dad
1 changed files with 6 additions and 1 deletions

View File

@ -791,7 +791,8 @@ ul.no-style {
padding-left:1em;
}
.new {
.new,
.new-child {
font-size: .78em;
font-weight: bold;
color: #ff3d3d;
@ -800,6 +801,10 @@ ul.no-style {
line-height:.9em;
}
.toggle-list.open .new-child {
display:none;
}
pre.classic {
background-color:transparent;
border:none;