Merge pull request #229 from lorenzhs/titlepage

Use svg logo on landing page
This commit is contained in:
David Cormier 2014-03-10 14:16:59 -04:00
commit 9f15cad525
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>