Merge pull request #229 from lorenzhs/titlepage

Use svg logo on landing page
l-merge-prefix
David Cormier 12 years ago
commit 9f15cad525
  1. BIN
      assets/img/glowing_bear_72.png
  2. 1
      css/glowingbear.css
  3. 2
      index.html

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

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

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

Loading…
Cancel
Save