Updated logo

This commit is contained in:
Pēteris Caune 2015-08-25 00:01:24 +03:00
parent 7e51c9bc0d
commit 3921915049
8 changed files with 328 additions and 55 deletions

View File

@ -21,14 +21,23 @@ body {
#logo { #logo {
max-height: 50px; max-height: 50px;
margin-top: -13px; margin-top: -16px;
} }
.navbar-nav { .navbar-default .navbar-nav > li > a {
text-transform: uppercase; text-transform: uppercase;
font-size: small; font-size: small;
} }
@media (min-width: 768px) {
.navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li > a:hover {
background: none;
border-bottom: 5px solid #eee;
padding-bottom: 25px;
}
}
.navbar-text { .navbar-text {
font-size: small; font-size: small;
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 74 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 71 KiB

View File

@ -49,7 +49,7 @@
<img <img
id="logo" id="logo"
height="50" height="50"
width="50" width="59"
src="{% static 'img/logo.png'%}" src="{% static 'img/logo.png'%}"
srcset="{% static 'img/logo.png'%} 1x, {% static 'img/logo@2x.png'%} 2x" srcset="{% static 'img/logo.png'%} 1x, {% static 'img/logo@2x.png'%} 2x"
alt="healthchecks.io"> alt="healthchecks.io">