Skip to content

Commit 6f07be0

Browse files
author
Bartosz Galek
committed
logotype in svg and favicon added
1 parent c57b76f commit 6f07be0

File tree

6 files changed

+7
-1
lines changed

6 files changed

+7
-1
lines changed

Diff for: _includes/head.html

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<meta name="author" content="">
66
<title>{{ page.title }}{{titleSuffix}}</title>
77
<link rel="icon" href="favicon.ico">
8+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
9+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
810

911
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
1012

Diff for: _includes/menus.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<span class="icon-bar"></span>
1313
</button>
1414
<a class="navbar-brand" href="/">
15-
<img alt="JaVers logo" src="/img/logotype.png"/>
15+
<img alt="JaVers logo" src="/img/logotype.svg"/>
1616
</a>
1717
<a class="logo-version" href="http://search.maven.org/#artifactdetails|org.javers|javers-core|{{site.javers_current_version}}|jar" >
1818
{{site.javers_current_version}}

Diff for: css/style.css

+4
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ code {
5959
color: white;
6060
}
6161

62+
.navbar-javers .navbar-brand img {
63+
height: 28px;
64+
}
65+
6266
.logo-version:active {
6367
color:black;
6468
}

Diff for: favicon-16x16.png

1.16 KB
Loading

Diff for: favicon-32x32.png

1.69 KB
Loading

Diff for: favicon.ico

1.12 KB
Binary file not shown.

0 commit comments

Comments
 (0)