Skip to content

Commit

Permalink
Revert "the footer should stick to the bottom of tall pages (bug 6857…
Browse files Browse the repository at this point in the history
…38)"

This reverts commit 64f360d.
  • Loading branch information
potch committed Oct 6, 2011
1 parent da4a7ba commit f00f93f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 18 deletions.
4 changes: 0 additions & 4 deletions media/css/impala/footer.less
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@
margin: 0 auto;
position: relative;
}
position: absolute;
bottom: 0;
left: 0;
width: 100%;
}

#footer-logo a,
Expand Down
18 changes: 5 additions & 13 deletions media/css/impala/site.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import 'lib';

html {
html, body {
height: 100%;
}

Expand All @@ -9,8 +9,6 @@ html {
}

body {
min-height: 100%;
position: relative;
border-top: 2px solid #686868;
}

Expand All @@ -19,22 +17,16 @@ body {
min-height: 100%;
height: auto;
width: 960px;
margin: 0 auto;
margin: 0 auto -123px;
position: relative;
padding-bottom: 600px;
.bump {
min-height: 123px;
}
> header h3 {
margin-bottom: 16px;
}
}

.thunderbird,
.seamonkey,
.sunbird {
#page {
padding-bottom: 336px;
}
}

a {
text-decoration: none;
color: @link;
Expand Down
3 changes: 2 additions & 1 deletion templates/impala/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
{% endif %}
{% block bodyattrs %}{% endblock %}>

<div id="page" class="c">
<div id="page">
{% block site_header %}
{# Well that's an awful tiny mozilla header #}
<div id="global-header-tab">
Expand Down Expand Up @@ -168,6 +168,7 @@ <h3>{{ _('On the go?') }}</h3>
{% block outer_content %}{% endblock %}
{% block content %}{% endblock %}
{% endblock %}
<div class="bump"></div>
</div>
<div id="tooltip">
<span></span>
Expand Down

0 comments on commit f00f93f

Please sign in to comment.