From 1eed0abb76d0bbf708fe2e047e8fce5c7397c26a Mon Sep 17 00:00:00 2001 From: Thorsten S Date: Sat, 12 Aug 2017 23:22:14 +0200 Subject: [PATCH] Revert "Versuch ohne flex" This reverts commit e787e34104d31031d67dc28de61e38754be6e9fa. --- 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 2b7cbd5..0d1c395 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 5a7cc72..c43b12b 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