Fix Quay notification icon

This commit is contained in:
Joseph Schorr 2016-02-10 14:40:29 +02:00
parent 86584abba5
commit fd3cf09bcc

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 {