]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/layouts/site.html.erb
Cleanup notes and fix CSS error
[rails.git] / app / views / layouts / site.html.erb
index be19d01cc2ed83f9ba469b2d1def749174954840..65723d97f9c2c619b6512510f3b7e7966fda720a 100644 (file)
         </li>
         <%= yield :left_menu %>
       </ul>
-      <div class='ad-container'>
+      <div class='ad-container inner11'>
         <div class='ads'>
           <%= ad = [{:image => 'sotm-birmingham-ad.png',
                      :title => 'State of the Map Birmingham',
                      :href =>'http://stateofthemap.org/'},
-                    {:image => 'sotm-us-ad.png',
-                     :title => 'State of the Map USA',
-                     :href =>'http://stateofthemap.us/'}].sample
+                    {:image => 'donate-ad.png',
+                     :title => 'Server Donation Drive',
+                     :href =>'http://donate.openstreetmap.org/'}].sample
 
               link_to ad[:href], :title => ad[:title] do
                 image_tag ad[:image], :class => :ad