Add retina logo

This commit is contained in:
James Allen 2014-07-23 12:03:13 +01:00
parent 2218acdc3b
commit 134ea6f3df
3 changed files with 8 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

View file

@ -371,11 +371,18 @@
.navbar-brand {
background-image: url('/img/logo.png');
background-size: 135px 16px;
background-repeat: no-repeat;
height: 16px;
margin-top: 10px;
padding: 0;
width: 128px;
width: 135px;
}
@media(-webkit-min-device-pixel-ratio: 2) {
.navbar-brand {
background-image: url('/img/logo@2x.png');
}
}
.navbar-text {