gtk2/testsuite/css/style/nth-child.css

13 lines
150 B
CSS
Raw Normal View History

label:first-child {
font-size: 20px;
}
label {
font-size: 30px;
}
label:last-child {
font-size: 40px;
}
label:only-child {
font-size: 50px;
}