From 483bc34e571fc61214090d0e374cca148e9ee164 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Ho=CC=88rler?= Date: Wed, 22 Mar 2017 20:06:54 +0100 Subject: [PATCH] lange Listen werden nun auch angezeigt --- Website/style.css | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/Website/style.css b/Website/style.css index 4f07325..d9efc17 100644 --- a/Website/style.css +++ b/Website/style.css @@ -3,7 +3,7 @@ body{ background:#f1f9f9; - max-width: 800px; + max-width: 900px; padding: 40px 40px 40px; font-family: sans-serif; } @@ -87,14 +87,9 @@ caption{ padding: 19px 29px 10px; } .inhalt{ - position: fixed; - top: 20; - left: 20; - width: 100%; - height: 80%; border-spacing: 0px; text-align: left; - max-width: 800px; + max-width: 900px; padding: 19px 29px 29px; margin: 0 auto; //margin-top:90px; @@ -111,7 +106,6 @@ caption{ font-family:Tahoma, Geneva, sans-serif; color:#222; font-weight:lighter; - overflow: scroll; } th{ font-size: 16px;