Merge pull request #1223 from coreos-inc/quaynotifyicon

Fix Quay notification icon
This commit is contained in:
josephschorr 2016-02-11 21:42:18 +02:00
commit 95f3787152

View file

@ -3889,10 +3889,10 @@ have a fixed width and height (but it's not required).
}
i.quay-icon {
background-image: url(/static/img/favicon.ico);
background-size: 16px;
background-image: url(/static/img/quay_favicon.png);
background-size: contain;
width: 16px;
height: 16px;
height: 15px;
}
i.flowdock-icon {