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:
@@ -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>
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user