Use CSS3 ellipsis in .postTitle.

CSS3 property which makes cut-off text look smoother.
This commit is contained in:
pictuga 2013-04-11 01:24:50 +03:00
parent 00f90dfb3e
commit 5f938254fa
1 changed files with 1 additions and 0 deletions

View File

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