public
Description: El Dorado is a full-stack community web application written in Ruby/Rails.
Homepage: http://almosteffortless.com/eldorado/
Clone URL: git://github.com/trevorturk/el-dorado.git
small css tweak to deal with longer usernames in chat
trevorturk (author)
Thu Jul 17 17:46:06 -0700 2008
commit  3b5b04b1473a8db95883b73479ef1b31426951da
tree    317fa87ff8b36984108372365d1aaaf2e16c327c
parent  9f15160809a5ba27a41ae9dc1100a7777799c9ae
...
358
359
360
361
 
362
363
364
365
366
367
368
 
369
370
371
...
373
374
375
376
 
377
378
379
...
358
359
360
 
361
362
363
364
365
366
367
 
368
369
370
371
...
373
374
375
 
376
377
378
379
0
@@ -358,14 +358,14 @@ tbody .tds {
0
 }
0
 
0
 .messages-index .tcu {
0
- width: 18%;
0
+ width: 20%;
0
   text-align: right;
0
   font-weight: bold;
0
   padding-right: 8px;
0
 }
0
 
0
 .messages-index .tcl {
0
- width: 64%;
0
+ width: 60%;
0
   max-width: 477px;
0
   overflow: auto;
0
   border-right: 0;
0
@@ -373,7 +373,7 @@ tbody .tds {
0
 }
0
 
0
 .messages-index .tcr {
0
- width: 18%;
0
+ width: 20%;
0
   text-align: right;
0
   border-left: 0;
0
   color: #999;

Comments

    No one has commented yet.