Use SOTM logo to link to the SOTM site.
This commit is contained in:
parent
33e3d3d576
commit
20992870ab
3 changed files with 6 additions and 3 deletions
|
@ -117,9 +117,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="sotm" class="notice">
|
<div id="sotm" class="notice">
|
||||||
Come to the 2009 OpenStreetMap
|
<%= link_to image_tag("sotm.png", :alt => "State of the Map", :border => "0"), "http://www.stateofthemap.org/" %>
|
||||||
Conference, <a href="http://www.stateofthemap.org">The State
|
|
||||||
of the Map</a>, July 10-12 in Amsterdam!
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<%= yield :optionals %>
|
<%= yield :optionals %>
|
||||||
|
|
BIN
public/images/sotm.png
Normal file
BIN
public/images/sotm.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 44 KiB |
|
@ -83,6 +83,11 @@ body {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#sotm {
|
||||||
|
width: 170px;
|
||||||
|
padding: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
.notice {
|
.notice {
|
||||||
width: 150px;
|
width: 150px;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue