public
Description: a theme for the rubycocoa irc client limechat
Clone URL: git://github.com/mattly/limechat-grayzone.git
dont wrap long nicks
mattly (author)
Tue Jun 10 15:05:12 -0700 2008
commit  3b040330b99a9dbd1b9fef33e04816362054517e
tree    d7d6af4ec09bb0566fa25a9c95bb16446033e52c
parent  a3d300cecef80d314de4b88b036f1fa3a3e0208d
...
95
96
97
 
 
 
98
99
100
...
95
96
97
98
99
100
101
102
103
0
@@ -95,6 +95,9 @@ body.normal .sender {
0
   width: 7em;
0
   text-align: right;
0
   overflow: hidden;
0
+ text-overflow: ellipsis;
0
+ whitespace: nowrap;
0
+ height: 1.5em;
0
 }
0
 body.console .sender {
0
   margin: 0 0.5em;

Comments

    No one has commented yet.