gtk2/testsuite/reftests/css-rem-label-size.css
2016-04-12 16:59:40 -07:00

12 lines
87 B
CSS

* {
color: tomato;
}
.ref {
font-size: 2em;
}
.test label {
font-size: 2rem;
}