Use svg logo on landing page

This commit is contained in:
Lorenz Hübschle-Schneider 2014-03-09 11:22:52 +00:00
parent b9e258e04a
commit f2680419b6
3 changed files with 2 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7 KiB

View file

@ -357,6 +357,7 @@ h2 {
h2 img {
padding-right: 5px;
float: left;
height: 72px;
}
h2 span, h2 small {

View file

@ -35,7 +35,7 @@
<body ng-controller="WeechatCtrl" ng-keydown="handleKeyPress($event)">
<div ng-hide="connected" class="container">
<h2>
<img alt="logo" src="assets/img/glowing_bear_72.png">
<img alt="logo" src="assets/img/glowing-bear.svg">
<span>glowing bear</span>
<small>WeeChat web frontend</small>
</h2>