Update style.css

Unnötige Zeile entfernt, Tabs angepasst.
This commit is contained in:
TheLie0 2019-05-14 21:21:21 +02:00 committed by GitHub
parent 637891af06
commit c2b1512ea3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,24 +1,23 @@
body{ body{
background-repeat: no-repeat; margin:1em auto;
margin:1em auto; max-width:40em;
max-width:40em; padding:0 .62em;
padding:0 .62em; line-height:1.4;
line-height:1.4; font-family: Baskerville, Garamond, Palatino, "Palatino Linotype", "Hoefler Text", "Times New Roman", serif;
font-family: Baskerville, Garamond, Palatino, "Palatino Linotype", "Hoefler Text", "Times New Roman", serif; font-size: 20px;
font-size: 20px;
} }
h1,h2,h3 { h1,h2,h3 {
line-height:1.1; line-height:1.1;
} }
a { a {
color: #CC0000; color: #CC0000;
text-decoration: none; text-decoration: none;
} }
@media print{ @media print{
body{ body{
max-width:none max-width:none
} }
} }