diff --git a/index.html b/index.html index 5ee38fb..a5aaec4 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@
Der Chaostreff Alzey ist ein Ortsverein des Chaos Computer Club e.V. Als lockere Gruppe treffen wir uns um Neuigkeiten aus der Welt der Informatik zu besprechen, sowie um gemeinsam an Projekten zu arbeiten.
Die wichtigsten Links: -
Das Design ist angelehnt an dieses Meisterwerk. Der Qeullcode dieser Website ist auf Github vefügbar.
+Das Design ist angelehnt an dieses Meisterwerk. Der Quellcode dieser Website ist auf Github vefügbar.
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 + } }