Merge pull request #146 from pictuga/patch-1

Use CSS3 ellipsis in .postTitle.
This commit is contained in:
Andrew Dolgov 2013-04-10 23:22:13 -07:00
commit 063ac61353
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;
}