blob: 8b516d6aacef00b31252ef8ca3557fba9f41247c [file] [log] [blame]
line { display: block; }
[type~=odd] { background: lime ! important; }
line:nth-of-type(odd) { background: red; }
[hidden] { display: none; }