Fix w3c css validator errors and updated fonts
This commit is contained in:
parent
30e50252ce
commit
4bbf3e7788
2 changed files with 4 additions and 7 deletions
|
@ -5,16 +5,16 @@ body {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-rows: auto 1fr auto;
|
grid-template-rows: auto 1fr auto;
|
||||||
|
|
||||||
font-family: open sans,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;
|
font-family: BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||||
font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
||||||
|
|
||||||
|
font-feature-settings: "kern" 1;
|
||||||
|
font-kerning: normal;
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
hyphens: auto;
|
hyphens: auto;
|
||||||
hyphenate-limit-lines: 2;
|
|
||||||
text-justify: inter-character;
|
text-justify: inter-character;
|
||||||
word-break: break-word;
|
overflow-wrap: anywhere;
|
||||||
}
|
}
|
||||||
nav#TableOfContents ul {
|
nav#TableOfContents ul {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
.pagination {
|
.pagination {
|
||||||
display:-webkit-box;
|
|
||||||
display:-webkit-flex;
|
|
||||||
display:-ms-flexbox;
|
|
||||||
display:flex;
|
display:flex;
|
||||||
list-style:none;
|
list-style:none;
|
||||||
border-radius:.25rem;
|
border-radius:.25rem;
|
||||||
|
|
Loading…
Add table
Reference in a new issue