enforce margin change for nolist class in training articles

Change-Id: I7da486d557c3d7629827d2b425fd387366bd7f18
This commit is contained in:
Scott Main
2012-11-30 12:02:42 -08:00
parent 4e477d7b9c
commit 5747d38aad

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 {