Update style.css
Unnötige Zeile entfernt, Tabs angepasst.
This commit is contained in:
parent
637891af06
commit
c2b1512ea3
1 changed files with 12 additions and 13 deletions
25
style.css
25
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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue