blob: c9e4c2cc94d0dc6a3a70a97a5412c21f25371f00 (
plain)
1
2
3
4
|
/* Source: http://www.w3.org/Style/CSS/Test/CSS3/Selectors/current/html/tests/css3-modsel-82b.html */
.green { background-color : lime ! important }
.t1 *:not(:only-of-type) { background-color : red }
|