From bc6d2100a18455c885c296f4e2a5ddeb54377143 Mon Sep 17 00:00:00 2001
From: eggy <eggy@localhost>
Date: Thu, 6 Jul 2017 00:18:36 +0200
Subject: [PATCH] Seitenaufteilung geaendert

---
 theme/common.css | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/theme/common.css b/theme/common.css
index 88305cc..1299e33 100644
--- a/theme/common.css
+++ b/theme/common.css
@@ -133,9 +133,8 @@ a:hover	{ text-decoration: underline; }
 	border: 1px solid transparent;
 	border-radius: 8px;
 	margin: 0 auto;
-	max-width: 95%;
 	min-width: 625px;
-	padding: 0px;
+	padding: 7px;
 }
 
 @media only screen and (max-width: 1220px), only screen and (max-device-width: 1220px) {
@@ -145,21 +144,24 @@ a:hover	{ text-decoration: underline; }
 }
 
 
-/* TODO: breite anders berechnen, sieht auf 1366x768 ok aus, woanders evtl probleme */
+/* TODO: evtl breite anders berechnen, sieht auf 1366x768 ok aus, woanders evtl probleme */
 .page-body {
 		    margin: 4px 0;
 			clear: both;
 			float:right;
-			width:85%; 
+		    margin-left: 160px;
+		    margin-right: 16px;
+	        padding-left: 15px;	
 }
 
+
 .debianforumde-sidebar {
-		float:left;
 		margin-top:4px;
-		margin-left:24px;
-		padding-left:24px;
-	    float: left;
+		margin-left:8px;
 	    width: 150px;
+		left: 15px;
+		position: absolute;
+		top: 160px;
 }  
 
 
-- 
2.39.5