Use SOTM logo to link to the SOTM site.

This commit is contained in:
Tom Hughes 2009-05-26 13:16:10 +00:00
parent 33e3d3d576
commit 20992870ab
3 changed files with 6 additions and 3 deletions

View file

@ -117,9 +117,7 @@
</div>
<div id="sotm" class="notice">
Come to the 2009 OpenStreetMap
Conference, <a href="http://www.stateofthemap.org">The State
of the Map</a>, July 10-12 in Amsterdam!
<%= link_to image_tag("sotm.png", :alt => "State of the Map", :border => "0"), "http://www.stateofthemap.org/" %>
</div>
<%= yield :optionals %>

BIN
public/images/sotm.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

View file

@ -83,6 +83,11 @@ body {
font-size: 14px;
}
#sotm {
width: 170px;
padding: 0px;
}
.notice {
width: 150px;
margin: 10px;