From: Tom Hughes Date: Tue, 26 May 2009 13:16:10 +0000 (+0000) Subject: Use SOTM logo to link to the SOTM site. X-Git-Tag: live~7357 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/20992870ab1d58123712eafb4c9f8128bf471ed2 Use SOTM logo to link to the SOTM site. --- diff --git a/app/views/layouts/site.rhtml b/app/views/layouts/site.rhtml index 93abf3a5e..75e4eb46c 100644 --- a/app/views/layouts/site.rhtml +++ b/app/views/layouts/site.rhtml @@ -117,9 +117,7 @@
- Come to the 2009 OpenStreetMap - Conference, The State - of the Map, July 10-12 in Amsterdam! + <%= link_to image_tag("sotm.png", :alt => "State of the Map", :border => "0"), "http://www.stateofthemap.org/" %>
<%= yield :optionals %> diff --git a/public/images/sotm.png b/public/images/sotm.png new file mode 100644 index 000000000..3282d125c Binary files /dev/null and b/public/images/sotm.png differ diff --git a/public/stylesheets/site.css b/public/stylesheets/site.css index 6ef2446de..6600af28b 100644 --- a/public/stylesheets/site.css +++ b/public/stylesheets/site.css @@ -83,6 +83,11 @@ body { font-size: 14px; } +#sotm { + width: 170px; + padding: 0px; +} + .notice { width: 150px; margin: 10px;