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:
parent
fbf33a6e91
commit
41e10b09d0
2 changed files with 8 additions and 9 deletions
|
@ -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>
|
||||
|
|
|
@ -368,8 +368,6 @@ hides rule from IE5-Mac \*/
|
|||
}
|
||||
|
||||
.button {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue