Revert "the footer should stick to the bottom of tall pages (bug 685738)"

This reverts commit 64f360d7e4.
This commit is contained in:
Matt Claypotch 2011-10-06 10:58:44 -07:00
Родитель da4a7ba1c8
Коммит f00f93fc7c
3 изменённых файлов: 7 добавлений и 18 удалений

Просмотреть файл

@ -23,10 +23,6 @@
margin: 0 auto;
position: relative;
}
position: absolute;
bottom: 0;
left: 0;
width: 100%;
}
#footer-logo a,

Просмотреть файл

@ -1,6 +1,6 @@
@import 'lib';
html {
html, body {
height: 100%;
}
@ -9,8 +9,6 @@ html {
}
body {
min-height: 100%;
position: relative;
border-top: 2px solid #686868;
}
@ -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;

Просмотреть файл

@ -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">
@ -168,6 +168,7 @@
{% block outer_content %}{% endblock %}
{% block content %}{% endblock %}
{% endblock %}
<div class="bump"></div>
</div>
<div id="tooltip">
<span></span>