Commit ed90090a0e96374576201a7c98a6a4813beaf4cd

Authored by Dmitriy Zaporozhets
1 parent 4546c710

Update sidekiq gem. Make event body color a bit lighter

@@ -420,7 +420,7 @@ GEM @@ -420,7 +420,7 @@ GEM
420 sexp_processor (4.2.0) 420 sexp_processor (4.2.0)
421 shoulda-matchers (1.3.0) 421 shoulda-matchers (1.3.0)
422 activesupport (>= 3.0.0) 422 activesupport (>= 3.0.0)
423 - sidekiq (2.8.0) 423 + sidekiq (2.9.0)
424 celluloid (~> 0.12.0) 424 celluloid (~> 0.12.0)
425 connection_pool (~> 1.0) 425 connection_pool (~> 1.0)
426 multi_json (~> 1) 426 multi_json (~> 1)
app/assets/stylesheets/sections/events.scss
@@ -42,7 +42,7 @@ @@ -42,7 +42,7 @@
42 } 42 }
43 .event-body { 43 .event-body {
44 .commit p { 44 .commit p {
45 - color: #555; 45 + color: #666;
46 padding-top: 5px; 46 padding-top: 5px;
47 } 47 }
48 .event-info { 48 .event-info {