Files
deb-python-lesscpy/test/css/issues/issue30.css
Sascha Peilicke 315baa2147 Whitespace after CSS filters is significant
Fixes issue 30
2014-02-02 18:54:58 +01:00

5 lines
60 B
CSS

tr:nth-child(odd) td,
tr:nth-child(odd) th {
color: red;
}