Commit ed90090a0e96374576201a7c98a6a4813beaf4cd

Authored by Dmitriy Zaporozhets
1 parent 4546c710

Update sidekiq gem. Make event body color a bit lighter

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