blob: 507ac1b3cb51d91d886a615c37e87654554e6492 (
plain)
1
2
3
4
5
|
/* Source: http://www.w3.org/Style/CSS/Test/CSS3/Selectors/current/html/tests/css3-modsel-33.html */
.red { background-color : red }
.t1 td:last-child { background-color : lime }
p > *:last-child { background-color : lime }
|