1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Fix broken gradient with firefox, fixes #519

This commit is contained in:
Mike Perham 2012-11-13 20:47:11 -08:00
parent d46c1341a7
commit 1fa05b85dc

View file

@ -69,7 +69,6 @@ h1, h2, h3, h4, h5, h6, strong {
.title, .admin .brand {
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b1003e), color-stop(100%, #310011));
background: -webkit-linear-gradient(#b1003e, #310011);
background: -moz-linear-gradient(#b1003e, #310011);
background: -o-linear-gradient(#b1003e, #310011);
background: linear-gradient(#b1003e, #310011);
-webkit-background-clip: text;