Quote:
Originally Posted by djvj
Still nothing tbworld.
I tried clearing the cache like you suggested, also tried on IE (normally use chrome) and it looked the same there too. Just installed the cache killer addon instead
It's odd that the column with the thread title doesn't clip the text, yet the last post column it does.
|
Looked at your current page. You had:
Code:
line-height:100pt <-- should be 100px, if that is the line height that you want.
I set the line-height to 20px and it looked fine. Maybe I am looking at the wrong thing?
You may also have to set the height, as I just noticed they use a block element "<div>" there.
Code:
.lastpostby {
height: 20px;
line-height: 20px;
}