gtk/testsuite/css/parser/line-height.css
2021-08-22 15:15:50 -04:00

28 lines
202 B
CSS

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;
}