Go back to using <center> to position the buttons in the left hand

column as IE doesn't seem to cope with CSS based centering.
This commit is contained in:
Tom Hughes 2009-02-14 00:01:39 +00:00
parent fbf33a6e91
commit 41e10b09d0
2 changed files with 8 additions and 9 deletions

View file

@ -113,14 +113,15 @@
<%= 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>

View file

@ -368,8 +368,6 @@ hides rule from IE5-Mac \*/
}
.button {
margin-left: auto;
margin-right: auto;
margin-top: 10px;
margin-bottom: 10px;
}