]> git.aero2k.de Git - dfde-theme.git/commitdiff
Footer aus Flex rausgenommen
authoreggy <eggy@localhost>
Mon, 21 Aug 2017 13:53:29 +0000 (15:53 +0200)
committereggy <eggy@localhost>
Mon, 21 Aug 2017 13:53:29 +0000 (15:53 +0200)
template/overall_footer.html
theme/common.css
theme/stylesheet.css

index c01f61ee6c54869c612ab7335287ea246218816c..e9610603759234fa5afef8584e707e50dedd7d6c 100644 (file)
@@ -1,8 +1,11 @@
                <!-- EVENT overall_footer_content_after -->
-       </div>
-       </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>
index 0d1c395537da0d59c0dfc3b75121fcf620685633..57a362073c186a3418de0520a3c42fb313827363 100644 (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;
index c88916a469127c07aca7d896ff1dd4242566050c..dada5b5bfbd28516b86f06a5cf8a8034f818e35d 100644 (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;
+
+}
+