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

38 lines
350 B
CSS
Raw Normal View History

2016-04-11 23:17:08 +00:00
window {
-gtk-dpi: 96;
font-size: 12px;
}
.test label:last-child {
color: red;
font-size: 1em;
}
.px {
font-size: 12px;
}
.pt {
font-size: 12pt;
}
.in {
font-size: 0.25in;
}
.cm {
font-size: 0.635cm; /* quarter inch */
}
.mm {
font-size: 6.35mm; /* quarter inch */
}
.em {
font-size: 1.5em;
}
.ex {
font-size: 2.5ex;
}