Merge pull request #229 from lorenzhs/titlepage
Use svg logo on landing page
This commit is contained in:
commit
9f15cad525
3 changed files with 2 additions and 1 deletions
Binary file not shown.
Before Width: | Height: | Size: 7 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…
Add table
Reference in a new issue