Apr 18
height: 60px;
height: auto !important;
min-height: 60px;
height: 60px;
height: auto !important;
min-height: 60px;
Problem solved on: www.jakpsatweb.cz
Info
Setting vertical aligment to middle for one (!!!) line of text.
Solution
In css styles:
.mid {
height: 2em;
line-height: 2em;
background-color: #eee;
}
In html code:
<p class="mid">Lorem ipsum etc.</p>