datenspuren: convert svg to png

This commit is contained in:
Astro 2012-07-23 18:22:20 +02:00
parent 964f8d429e
commit 8c33d43ed1
8 changed files with 7 additions and 7 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@ -55,41 +55,41 @@
<div id="screen-top">
<div id="menu">
<div id="battery">
<img src="images/battery.svg" height="64"/>
<img src="images/battery.png" height="64"/>
</div>
<div>
<a href="ort.html">
<img src="./images/map.svg" width="64" height="64"/>
<img src="./images/map.png" width="64" height="64"/>
<span>Scheune, Dresden</span>
</a>
</div>
<div>
<a href="news-rss.xml">
<img src="./images/feed.svg" width="64" height="64"/>
<img src="./images/feed.png" width="64" height="64"/>
</a>
<span><a href="news-rss.xml">RSS</a>|<a href="news-atom.xml">Atom</a></span>
</div>
<div>
<a href="mitschnitte.html">
<img src="./images/video.svg" width="64" height="64"/>
<img src="./images/video.png" width="64" height="64"/>
<span>Mitschnitte</span>
</a>
</div>
<div>
<a href="fahrplan.html">
<img src="./images/calendar.svg" width="64" height="64"/>
<img src="./images/calendar.png" width="64" height="64"/>
<span>Fahrplan</span>
</a>
</div>
<div>
<a href="info.html">
<img src="./images/info.svg" width="64" height="64"/>
<img src="./images/info.png" width="64" height="64"/>
<span>Informationen</span>
</a>
</div>
<div id="c3d2">
<a href="http://c3d2.de">
<img src="images/wlan.svg" height="64"/>
<img src="images/wlan.png" height="64"/>
</a>
</div>
</div>