Commit 9ef9c58f55e2613910623e66205df402f2a89f14

Authored by randx
1 parent 5f5cd2be

Better UI for projects list on dahboard

Showing 1 changed file with 3 additions and 2 deletions   Show diff stats
app/assets/stylesheets/common.scss
... ... @@ -373,8 +373,8 @@ p.time {
373 373 h4 {
374 374 font-size:14px;
375 375 padding:2px 10px;
376   - color:#888;
377   - border-bottom:1px solid #eee;
  376 + color:#666;
  377 + border-bottom:1px solid #f1f1f1;
378 378 }
379 379 a:last-child h4 { border:none; }
380 380  
... ... @@ -382,6 +382,7 @@ p.time {
382 382 h4 {
383 383 color:#111;
384 384 background:$hover;
  385 + border-color:#CCC;
385 386 .ico.project {
386 387 background-position:-209px -21px;
387 388 }
... ...