]> git.openstreetmap.org Git - rails.git/commitdiff
Add SOTM advert.
authorTom Hughes <tom@compton.nu>
Wed, 25 Mar 2009 16:49:33 +0000 (16:49 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 25 Mar 2009 16:49:33 +0000 (16:49 +0000)
app/views/layouts/site.rhtml
public/stylesheets/site.css

index 34d2ecb309c81afa994d1bfc8b9b5350d25617ab..d1d3bba7931878a22644057f5cb9ba8aeb0d25e1 100644 (file)
@@ -98,7 +98,7 @@
       <% end %>
 
       <% if false %>
       <% end %>
 
       <% if false %>
-      <div id="donate">
+      <div id="donate" class="notice">
         Support OpenStreetMap by
         <a href="http://donate.openstreetmap.org/">donating</a>
         to the Hardware Upgrade Fund.
         Support OpenStreetMap by
         <a href="http://donate.openstreetmap.org/">donating</a>
         to the Hardware Upgrade Fund.
         <%= yield :left_menu %>
       </div>
 
         <%= yield :left_menu %>
       </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!
+      </div>
+
       <%= yield :optionals %>
 
       <center>
       <%= yield :optionals %>
 
       <center>
index a6b6c8702e733bea925749b54d8af58664f732dd..8fc05b01770ecefc28e80de7ec9f229900413327 100644 (file)
@@ -83,7 +83,7 @@ body {
   font-size: 14px;
 }
 
   font-size: 14px;
 }
 
-#donate {
+.notice {
   width: 150px;
   margin: 10px;
   padding: 10px;
   width: 150px;
   margin: 10px;
   padding: 10px;
@@ -91,7 +91,7 @@ body {
   background: #ea0;
   line-height: 1.2em;
   text-align: left;
   background: #ea0;
   line-height: 1.2em;
   text-align: left;
-  font-size: 12px;
+  font-size: 14px;
 }
 
 .left_menu {
 }
 
 .left_menu {
@@ -557,28 +557,6 @@ input[type="submit"] {
   padding: 2px;
 }
 
   padding: 2px;
 }
 
-/**State of the Map */
-    
-#sotminfo {
-  background: #99F;
-  font-size: 11px;
-  margin: 0px;
-  padding: 0px;
-  border: 1px solid #ccc;
-  left: 0px;
-  line-height: 1.2em;
-  text-align: Left;
-  font-weight: normal;
-}
-
-#sotminfo a:link {
-  text-decoration: underline;
-}
-
-#sotminfo a:visited {
-  text-decoration: underline;
-}
-
 #permalink {
   z-index:10000;
   position:absolute;
 #permalink {
   z-index:10000;
   position:absolute;