blob: 6bac1431f1807a1144b3c5ee3005ac5c09157c90 (
plain)
1
2
3
4
|
/* Source: http://www.w3.org/Style/CSS/Test/CSS3/Selectors/current/html/tests/css3-modsel-43.html */
.white { background-color: transparent ! important; }
.red { background-color: red; }
div.t1 p { background-color: lime; }
|