Use CSS3 ellipsis in .postTitle.

CSS3 property which makes cut-off text look smoother.
master
pictuga 11 years ago
parent 00f90dfb3e
commit 5f938254fa

@ -41,6 +41,7 @@ div.postReply div.postHeader {
div.postReply div.postTitle {
overflow : hidden;
text-overflow: ellipsis;
white-space : nowrap;
}

Loading…
Cancel
Save