may as well not render the footer while there's nothing there

This commit is contained in:
joshua stein 2012-07-04 22:31:41 -05:00
parent f8dd75fde4
commit 08fade9e9d
3 changed files with 2 additions and 3 deletions

View file

@ -188,7 +188,7 @@ input:disabled, button:disabled {
div#wrapper { div#wrapper {
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
padding-bottom: 1em; padding-bottom: 5em;
min-width: 800px; min-width: 800px;
max-width: 1000px; max-width: 1000px;
} }

View file

@ -17,6 +17,7 @@
div#wrapper { div#wrapper {
padding: 0; padding: 0;
padding-bottom: 2em;
margin: 0; margin: 0;
min-width: 100%; min-width: 100%;
max-width: 100%; max-width: 100%;

View file

@ -31,8 +31,6 @@
<%= yield %> <%= yield %>
</div> </div>
<%= render :partial => "global/footer" %>
</div> </div>
</body> </body>
</html> </html>