]> git.wh0rd.org - tt-rss.git/commitdiff
Merge pull request #146 from pictuga/patch-1
authorAndrew Dolgov <fox+ttrss@fakecake.org>
Thu, 11 Apr 2013 06:22:13 +0000 (23:22 -0700)
committerAndrew Dolgov <fox+ttrss@fakecake.org>
Thu, 11 Apr 2013 06:22:13 +0000 (23:22 -0700)
Use CSS3 ellipsis in .postTitle.

tt-rss.css

index 48a5aa5964700ff5e74d438121081eaf3b91f533..ba017f1d655fa31135041a512449985adba1c860 100644 (file)
@@ -41,6 +41,7 @@ div.postReply div.postHeader {
 
 div.postReply div.postTitle {
        overflow : hidden;
+       text-overflow: ellipsis;
        white-space : nowrap;
 }