Skip to content

Commit

Permalink
favicon now as png by default (1/4 size of the ico). Also, added the …
Browse files Browse the repository at this point in the history
…same png as a logo after the title.
  • Loading branch information
tyrasd committed Jan 23, 2013
1 parent 958b2a4 commit e94b1aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="content-type" content="text/html; charset=utf-8" lang="en"></meta>
<meta name="viewport" content="width=device-width;" />
<title>overpass turbo</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="icon" href="turbo.png" type="image/png" />
<!--jQuery-->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<!--CodeMirror-->
Expand Down Expand Up @@ -51,7 +51,7 @@
<a class="button group left" accesskey="9" onclick="ide.onSettingsClick();">Settings</a>
<a class="button group right" accesskey="0" onclick="ide.onHelpClick();">Help</a>
</div>
<div class="title">overpass turbo</div>
<div class="title">overpass turbo <img src="turbo.png" style="opacity:0.3; margin-left:2px;" /></div>
<div class="tabs">
<a class="button active">Map</a>
<a class="button">Data</a>
Expand Down
Binary file added turbo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e94b1aa

Please sign in to comment.