]> git.aero2k.de Git - dfde-theme.git/commitdiff
flex erstmal teilweise wieder raus
authoreggy <eggy@localhost>
Tue, 18 Jul 2017 18:03:51 +0000 (20:03 +0200)
committereggy <eggy@localhost>
Tue, 18 Jul 2017 18:03:51 +0000 (20:03 +0200)
template/overall_footer.html
template/overall_header.html
theme/stylesheet.css

index 8ff5bee498f23e9d5b235c8338092c25d305ec44..dfc3bcaeddd6437d6e8f8834ff76b9b3956bd3d8 100644 (file)
@@ -1,8 +1,16 @@
                <!-- EVENT overall_footer_content_after -->
        </div>
+       </div>
 
 <!-- EVENT overall_footer_page_body_after -->
 
+<!-- debianforum: anfang -->
+<div class="debianforumde-sidebar">
+<!-- INCLUDE debianforumde_sidebar_menu.html -->
+</div>  
+<!-- ende -->
+
+
 <div id="page-footer" class="page-footer" role="contentinfo">
        <!-- INCLUDE navbar_footer.html -->
 
@@ -14,7 +22,7 @@
                 <br /><a href="https://wiki.debianforum.de/debianforum.de/Impressum">Haftungsausschluss und Impressum</a> &ndash;
                 <a href="https://wiki.debianforum.de/debianforum.de/Verhaltensregeln">debianforum.de Verhaltensregeln</a>
                <br /><br />
-               <!-- -- >
+               <!-- -->
 
                {CREDIT_LINE}
                <!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
index bfe54fd950a46e5c407fa041723cc2ab7463643a..4a2fca4013b22b0e077b764ce7843ac599f8e801 100644 (file)
                <!-- INCLUDE navbar_header.html -->
        </div>
 
+       <div id=debianforum-outer> <!-- div ende ist in overall_footer.html --> 
+       
        <!-- EVENT overall_header_page_body_before -->
 
-       <div id=debianforum-outer> <!-- div ende ist in overall_footer.html -->
 
        <a id="start_here" class="anchor"></a>
        <div id="page-body" class="page-body" role="main">
index f3358e13be55d9ff155226ef7f0e5f0a920163f8..154c1ceb714531fc7c9876f7d6914a6f3738c7b1 100644 (file)
@@ -20,7 +20,7 @@
 @import url("colours.css?v=3.2");
 @import url("responsive.css?v=3.2");
 
-@import url("debianforum.css");
+@import url("debianforum.css?v=3.2");
 
 
 #debianforum_outer { 
@@ -28,7 +28,7 @@
 
 /* #debianforum_content { */
 #page-body {
-       flex: 1;
+       /*flex: 1;*/
 }
 #debianforum_nav {
 }
@@ -49,7 +49,7 @@
                    /* margin-left: 160px;
                    margin-right: 16px;
                padding-left: 15px;     */
-            flex:1;    
+            /* flex:1; */      
 }
 
        .debianforumde-sidebar {
@@ -64,7 +64,7 @@
 /* #debianforum_content { */
 #page-body {
        /* background-color: red; */
-       flex: 1;
+/*     flex: 1; */
 }
 #debianforum_nav {
        /* background-color: blue; */
@@ -78,7 +78,7 @@
 
 #debianforum-outer {
                        display: flex;
-                               flex-direction: row-reverse;
+                               flex-direction: row-reverse; 
 
 }