css: Remove obsolete .markdown .footer block.

The template inheritance structure changed a long time ago such that
this no longer does anything.
This commit is contained in:
Tim Abbott 2018-03-29 12:38:59 -07:00
parent 656f882a44
commit d8cfb499c0
1 changed files with 0 additions and 15 deletions

View File

@ -1697,14 +1697,6 @@ input.new-organization-button {
margin: 5px 0px;
}
.markdown .footer {
position: relative;
margin-top: -240px;
height: auto;
width: calc(100% - 40px);
max-width: calc(768px - -20px);
}
.error_page {
padding: 20px 0px;
min-height: calc(100vh - 290px);
@ -1872,13 +1864,6 @@ input.new-organization-button {
}
}
@media (max-width: 648px) {
/* this is when the .markdown .footer collapses to two lines. */
.markdown .footer {
margin-top: -95px;
}
}
@media (max-height: 600px) {
.password-container {
margin-top: 10px;