gtk2/testsuite/css/parser/line-height.ref.css

28 lines
202 B
CSS
Raw Normal View History

2021-08-07 22:04:16 +00:00
a {
line-height: initial;
}
b {
line-height: inherit;
}
c {
line-height: unset;
}
d {
line-height: normal;
}
e {
line-height: 1.5;
}
f {
line-height: 200%;
}
g {
line-height: 2em;
}