Webkit :nth-child bug
by leaverou
CSS
body:nth-child(1n) {
background:red;
}
body:nth-child(n) {
background:green;
}
body {
background:yellow;
}
by leaverou
body:nth-child(1n) {
background:red;
}
body:nth-child(n) {
background:green;
}
body {
background:yellow;
}