am cddbc098: am 5747d38a: enforce margin change for nolist class in training articles

* commit 'cddbc0985319a1f6e2279121cfbd3b873b8b71c6':
  enforce margin change for nolist class in training articles
This commit is contained in:
Scott Main 2012-11-30 13:17:03 -08:00 committed by Android Git Automerger
commit f5df12fcba
1 changed files with 3 additions and 0 deletions

View File

@ -2396,6 +2396,9 @@ table.blank th, table.blank td {
list-style:none;
margin-left:0;
}
#tb .nolist {
margin-left:15px;
}
pre.classic {