From 6bb80adcb9e1f6bd518675a550eb3273e3d34daa Mon Sep 17 00:00:00 2001 From: eggy Date: Mon, 21 Aug 2017 15:53:29 +0200 Subject: [PATCH] Footer aus Flex rausgenommen --- template/overall_footer.html | 11 ++++++++--- theme/common.css | 4 ++-- theme/stylesheet.css | 24 +++++++++++++++++++++--- 3 files changed, 31 insertions(+), 8 deletions(-) diff --git a/template/overall_footer.html b/template/overall_footer.html index c01f61e..e961060 100644 --- a/template/overall_footer.html +++ b/template/overall_footer.html @@ -1,8 +1,11 @@ - - + + + + +
- + + +
diff --git a/theme/common.css b/theme/common.css index 0d1c395..57a3620 100644 --- a/theme/common.css +++ b/theme/common.css @@ -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; diff --git a/theme/stylesheet.css b/theme/stylesheet.css index c88916a..dada5b5 100644 --- a/theme/stylesheet.css +++ b/theme/stylesheet.css @@ -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; + +} + -- 2.39.2