Make copyleft icon smaller, and in the right place.

This commit is contained in:
Bradley M. Kuhn 2014-11-06 13:44:54 -05:00
parent 0b8d759310
commit 5221cc168f
2 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -29,6 +29,9 @@
<body>
<header class="navbar navbar-default navbar-fixed-top npoacct-navbar">
<div class="container">
<svg width="48" height="48">
<image xlink:href="/copyleft.svg" src="/copyleft.png" width="96" height="96" />
</svg>
<div class="navbar-header">
<button class="navbar-toggle" data-target=".npoacct-navbar-collapse" data-toggle="collapse" type="button">
<span class="sr-only">Toggle navigation</span>
@ -36,9 +39,6 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<svg width="96" height="96">
<image xlink:href="/copyleft.svg" src="/copyleft.png" width="96" height="96" />
</svg>
<a class="navbar-brand" href="<TMPL_VAR BASEURL>"><TMPL_VAR WIKINAME></a>
</div>
<nav class="collapse navbar-collapse npoacct-navbar-collapse" role="navigation">