blob: 4de9c0929095174f0ed2b50b602b58f2588d8d45 (
plain)
1
2
3
|
/* Source: http://www.w3.org/Style/CSS/Test/CSS3/Selectors/current/html/tests/css3-modsel-46b.html */
.green { background-color : lime ! important }
div.stub > p ~ p { background-color : red }
|