Commit ed90090a authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Update sidekiq gem. Make event body color a bit lighter

parent 4546c710
...@@ -420,7 +420,7 @@ GEM ...@@ -420,7 +420,7 @@ GEM
sexp_processor (4.2.0) sexp_processor (4.2.0)
shoulda-matchers (1.3.0) shoulda-matchers (1.3.0)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
sidekiq (2.8.0) sidekiq (2.9.0)
celluloid (~> 0.12.0) celluloid (~> 0.12.0)
connection_pool (~> 1.0) connection_pool (~> 1.0)
multi_json (~> 1) multi_json (~> 1)
......
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
} }
.event-body { .event-body {
.commit p { .commit p {
color: #555; color: #666;
padding-top: 5px; padding-top: 5px;
} }
.event-info { .event-info {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment