Michelle's Unordered Lists Test
-
1.1.5: Parent
-
1.1.5.A: child should not be red
-
1.1.5.A.1:
this should have a red bullet
-
1.1.5.B: child should not be red
-
1.1.6: another parent
-
1.1.6.A: child should not be red
-
1.1.6.A.1:
this should have a red bullet
-
1.1.6.A.2:
this should have a red bullet
CSS
ul.Standards {
margin:0;
padding:0;
}
ul.Standards li {
font: bold 11px Arial;
list-style: none;
padding: 4px 0;
}
ul.Standards li li {
font-weight: normal;
}
ul.Standards li li span.sId {
font-weight: bold;
}
ul.Standards li li li {
font-weight: normal;
color: red;
list-style: disc;
}
ul.Standards li li li span.sId {
font-weight: normal;
color: #000;
}
ul.Standards li li li span.item {
color: #000;
}
return