blob: ae6c5ca1c7bc5e72d62340beca164b520f0ebf30 (
plain)
1
2
3
4
5
6
|
/* Source: http://www.w3.org/Style/CSS/Test/CSS3/Selectors/current/html/tests/css3-modsel-149b.html */
address:empty { background: lime; }
address { background: red; margin: 0; height: 1em; }
.text { margin: -1em 0 0 0; }
|