Skip to content

Commit

Permalink
Fix bottom container position
Browse files Browse the repository at this point in the history
  • Loading branch information
giallu committed Dec 5, 2008
1 parent fe86c60 commit 29d165f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bot.php
Expand Up @@ -13,7 +13,7 @@
<a href="/contact_us.php">Contact us</a>
<a href="/privacy.php">Privacy</a>
</div>
<div id="buttonContainer-disable-for-now">
<div id="buttonContainer">
<table align="center">
<tr>
<td>
Expand Down
2 changes: 1 addition & 1 deletion css/mantis.css
Expand Up @@ -50,6 +50,7 @@ div.genericbox h3 {

div#site {
width: 610px;
min-height: 600px;
margin: 30px auto 0 auto;
}

Expand All @@ -69,7 +70,6 @@ div#buttonContainer {
margin: 10px auto 0 auto;
border-top: 2px solid #ccc;
border-bottom: 2px solid #ccc;
padding-top: 8px;
height: 47px;
background: #eee;
}
Expand Down

0 comments on commit 29d165f

Please sign in to comment.