]> git.openstreetmap.org Git - rails.git/commitdiff
Use SOTM logo to link to the SOTM site.
authorTom Hughes <tom@compton.nu>
Tue, 26 May 2009 13:16:10 +0000 (13:16 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 26 May 2009 13:16:10 +0000 (13:16 +0000)
app/views/layouts/site.rhtml
public/images/sotm.png [new file with mode: 0644]
public/stylesheets/site.css

index 93abf3a5efac6ffd870e74a415f3aaaa8ea36d58..75e4eb46c41e20af83f87f8428047211558e107b 100644 (file)
       </div>
 
       <div id="sotm" class="notice">
       </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 %>
       </div>
 
       <%= yield :optionals %>
diff --git a/public/images/sotm.png b/public/images/sotm.png
new file mode 100644 (file)
index 0000000..3282d12
Binary files /dev/null and b/public/images/sotm.png differ
index 6ef2446de21448034d40fce250b02c29cfab8309..6600af28b54fd05ee9e4e9a763ed83f42ba8bb58 100644 (file)
@@ -83,6 +83,11 @@ body {
   font-size: 14px;
 }
 
   font-size: 14px;
 }
 
+#sotm {
+  width: 170px;
+  padding: 0px;
+}
+
 .notice {
   width: 150px;
   margin: 10px;
 .notice {
   width: 150px;
   margin: 10px;