]> git.openstreetmap.org Git - rails.git/commitdiff
Add donation link to main site.
authorTom Hughes <tom@compton.nu>
Thu, 5 Feb 2009 22:06:47 +0000 (22:06 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 5 Feb 2009 22:06:47 +0000 (22:06 +0000)
app/views/layouts/site.rhtml
public/stylesheets/site.css

index 7aa2db7b9432cdb5d44a90e7e38d6fa9e0866e33..76b5a43373e0f018cd0d5b27472f16e9d035adc0 100644 (file)
       </div>
       <% end %>
 
+      <div id="donate">
+        Support OpenStreetMap by
+        <a href="http://donate.openstreetmap.org/">donating</a>
+        to the Hardware Upgrade Fund.
+      </div>
+
       <div id="left_menu" class="left_menu">
         <a href="http://wiki.openstreetmap.org">Help &amp; Wiki</a><br />
         <a href="http://www.opengeodata.org/">News blog</a><br />
index 31c61de28c57b38b3e9266ca890142a956566e36..dbbddaa63486ace41bd5fab6883bbf49238cb6b4 100644 (file)
@@ -82,6 +82,17 @@ body {
   font-size: 14px;
 }
 
+#donate {
+  width: 150px;
+  margin: 10px;
+  padding: 10px;
+  border: 1px solid #ccc;
+  background: #ea0;
+  line-height: 1.2em;
+  text-align: left;
+  font-size: 12px;
+}
+
 .left_menu {
   width: 150px;
   min-width: 150px;