gtk/testsuite/css/parser/min-height.css

20 lines
139 B
CSS
Raw Normal View History

a {
min-height: initial;
}
b {
min-height: inherit;
}
c {
min-height: unset;
}
d {
min-height: 0px;
}
e {
min-height: 2em;
}