From e787e34104d31031d67dc28de61e38754be6e9fa Mon Sep 17 00:00:00 2001 From: eggy Date: Mon, 31 Jul 2017 20:53:11 +0200 Subject: [PATCH] Versuch ohne flex --- theme/common.css | 2 +- theme/stylesheet.css | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/theme/common.css b/theme/common.css index 0d1c395..2b7cbd5 100644 --- a/theme/common.css +++ b/theme/common.css @@ -167,7 +167,7 @@ a:hover { text-decoration: underline; } @media only screen and (min-width: 680px) { .page-body { /*margin: 4px 0; */ - clear: both; + /* clear: both; */ float:right; /* margin-left: 160px; margin-right: 16px; diff --git a/theme/stylesheet.css b/theme/stylesheet.css index c43b12b..5a7cc72 100644 --- a/theme/stylesheet.css +++ b/theme/stylesheet.css @@ -40,7 +40,7 @@ } #debianforum-outer { - display: flex; + /* display: flex;*/ } @@ -58,9 +58,9 @@ #debianforum_outer { - display: flex; +/* display: flex; */ } - + /* #debianforum_content { */ #page-body { /* background-color: red; */ @@ -77,7 +77,7 @@ } #debianforum-outer { - display: flex; + /* display: flex; */ /* flex-direction: row-reverse; */ } -- 2.39.2