gtk2/testsuite/reftests/css-rem-label-size.css

12 lines
87 B
CSS
Raw Normal View History

2016-04-12 04:35:09 +00:00
* {
color: tomato;
}
.ref {
font-size: 2em;
}
.test label {
font-size: 2rem;
}