Revert "the footer should stick to the bottom of tall pages (bug 685738)"
This reverts commit 64f360d7e4
.
This commit is contained in:
Родитель
da4a7ba1c8
Коммит
f00f93fc7c
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче