blob: 13657ed8b2468be3d38b40688ebd8956706911ab [file] [edit]
a {
min-height: initial;
}
b {
min-height: inherit;
}
c {
min-height: unset;
}
d {
min-height: 0;
}
e {
min-height: 2em;
}