1
0
mirror of http://aero2k.de/repos/dfde-theme.git synced 2017-09-06 15:25:40 +02:00

Footer aus Flex rausgenommen

This commit is contained in:
eggy
2017-08-21 15:53:29 +02:00
parent f5f1cd89b6
commit 6bb80adcb9
3 changed files with 31 additions and 8 deletions

View File

@@ -1,8 +1,11 @@
<!-- EVENT overall_footer_content_after -->
</div>
</div>
</div> <!-- ende debianforum outer -->
<!-- EVENT overall_footer_page_body_after -->
</div> <!-- ende wrap -->
<div id="DebianforumLeisteUnten" class="DebianforumLeisteUnten">
<div id="page-footer" class="page-footer" role="contentinfo">
<!-- INCLUDE navbar_footer.html -->
@@ -42,7 +45,9 @@
</div>
</div>
</div>
</div> <!-- ende DebianforumLeisteUnten -->
<div>
<a id="bottom" class="anchor" accesskey="z"></a>

View File

@@ -166,8 +166,8 @@ a:hover { text-decoration: underline; }
@media only screen and (min-width: 680px) {
.page-body {
/*margin: 4px 0; */
clear: both;
margin: 10px 0;
/* clear: both; */
float:right;
/* margin-left: 160px;
margin-right: 16px;

View File

@@ -83,16 +83,17 @@ background-image: url("./images/icons_contact.png");
.debianforumde-sidebar {
width: 150px;
height: 1px;
height: 500px;
}
#debianforum_outer {
display: flex;
/* display: flex; */
}
/* #debianforum_content { */
#page-body {
/* overflow:hidden; */
/* background-color: red; */
/* flex: 1; */
}
@@ -100,11 +101,19 @@ background-image: url("./images/icons_contact.png");
/* background-color: blue; */
}
.debianforum_nav:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
height: 0;
overflow:hidden;
}
#debianforum-outer {
display: flex;
/* display: flex; */
/* flex-direction: row-reverse; */
}
@@ -125,3 +134,12 @@ background-image: url("./images/icons_contact.png");
}
}
#DebianforumLeisteUnten {
overflow:hidden;
clear:both;
}