remove windows crlf from style.css and add root em to fix footsize in nested environments
This commit is contained in:
parent
38300978c6
commit
615b9a40f8
1 changed files with 221 additions and 220 deletions
|
@ -148,9 +148,11 @@ a:visited:hover, a:visited:active {
|
||||||
}
|
}
|
||||||
|
|
||||||
.content p, .content li, .content td {
|
.content p, .content li, .content td {
|
||||||
font-size:1.3em;
|
font-size:1.3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.margin {
|
.margin {
|
||||||
font-size:85%;
|
font-size:85%;
|
||||||
}
|
}
|
||||||
|
@ -217,4 +219,3 @@ p code {
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue