Problem med liniehøjde i CSS
Jeg har en velfungerende side, men en overall liniehøjde på 19px - pånær links! Ved verticale rækker af links, bliver liniehøjden bare sat til standard (14, 15 eller hva det nu er). Det er et eller andet der konflikter, men hvad?Min css ser sådan ud:
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
line-height: 19px;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #000000;
text-decoration: none;
margin: 0px;
}
td {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
line-height: 19px;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #000000;
text-decoration: none;
vertical-align: top;
}
a{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
line-height: 19px;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #000000;
text-decoration: none;
}
p {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
line-height: 19px;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #000000;
text-decoration: none;
}
