]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/layouts/site.rhtml
Go back to using <center> to position the buttons in the left hand
[rails.git] / app / views / layouts / site.rhtml
index aededb662a6dc64bb3a6882e0a3d4900995ba89d..24822bc7c5159492450c260f18cff2acb554800c 100644 (file)
 
       <%= yield :optionals %>
 
-      <div class="button" style="width: 115px">
-        <a href="http://donate.openstreetmap.org/"><img src="images/donate.png" border="0" alt="Make a Donation" /></a>
-      </div>
-
-      <div id="cclogo" class="button" style="width: 88px">
-        <a href="http://creativecommons.org/licenses/by-sa/2.0/"><img src="/images/cc_button.png" border="0" alt="" /></a>
-      </div>
+      <center>
+        <div class="button" style="width: 115px">
+          <a href="http://donate.openstreetmap.org/"><img src="/images/donate.png" border="0" alt="Make a Donation" /></a>
+        </div>
 
+        <div id="cclogo" class="button" style="width: 88px">
+          <a href="http://creativecommons.org/licenses/by-sa/2.0/"><img src="/images/cc_button.png" border="0" alt="" /></a>
+        </div>
+      </center>
     </div>
   </body>
 </html>