From c2b1512ea3686a5f79aadd83ea741bc5f9672bec Mon Sep 17 00:00:00 2001 From: TheLie0 Date: Tue, 14 May 2019 21:21:21 +0200 Subject: [PATCH] Update style.css MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Unnötige Zeile entfernt, Tabs angepasst. --- style.css | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/style.css b/style.css index 5ccd3b7..4c1f2ea 100644 --- a/style.css +++ b/style.css @@ -1,24 +1,23 @@ body{ - background-repeat: no-repeat; - margin:1em auto; - max-width:40em; - padding:0 .62em; - line-height:1.4; - font-family: Baskerville, Garamond, Palatino, "Palatino Linotype", "Hoefler Text", "Times New Roman", serif; - font-size: 20px; + margin:1em auto; + max-width:40em; + padding:0 .62em; + line-height:1.4; + font-family: Baskerville, Garamond, Palatino, "Palatino Linotype", "Hoefler Text", "Times New Roman", serif; + font-size: 20px; } h1,h2,h3 { - line-height:1.1; + line-height:1.1; } a { - color: #CC0000; - text-decoration: none; + color: #CC0000; + text-decoration: none; } @media print{ - body{ - max-width:none - } + body{ + max-width:none + } }