markus
66
I know it was a few days ago, but I had reason to play with these tiles today, and thought of the following way:
div.heating div.inline-block {
height: 18px;
overflow: hidden;
}
EDIT: 18px is 12px (font-size) * 1.5 (line-height). There is no way in pure CSS to use the line-height value to set height, at least as far as I know.
For more customization of this type of tile, see this post:
2 Likes