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