Skip to content
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.

Commit

Permalink
Fix #3: Remove link to mopidy.css
Browse files Browse the repository at this point in the history
  • Loading branch information
tkem committed Feb 3, 2015
1 parent 34c0b0c commit 9cee291
Showing 1 changed file with 24 additions and 3 deletions.
27 changes: 24 additions & 3 deletions mopidy_local_images/www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,30 @@
<html>
<head>
<title>Mopidy-Local-Images</title>
<link rel="stylesheet" type="text/css" href="/mopidy/mopidy.css">
<style>
.thumbnail { width: 80px; height: 80px; }
html {
background: #f8f8f8;
color: #555;
font-family: Geneva, Tahoma, Verdana, sans-serif;
line-height: 1.4em;
}
body {
margin: 0 auto;
max-width: 600px;
}
h1 {
font-weight: 500;
line-height: 1.1em;
}
a {
color: #555;
text-decoration: none;
}
img {
border: 0;
height: 80px;
width: 80px;
}
</style>
</head>
<body>
Expand All @@ -15,7 +36,7 @@ <h1>Mopidy-Local-Images</h1>
</p>
<div>
{% for image in images %}
<a href="{{ image }}"><img class="thumbnail" src="{{ image }}"></a>
<a href="{{image}}"><img src="{{image}}"></a>
{% end %}
</div>
</body>
Expand Down

0 comments on commit 9cee291

Please sign in to comment.