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;
|
||||
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-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
||||
font-family: BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
|
||||
font-feature-settings: "kern" 1;
|
||||
font-kerning: normal;
|
||||
}
|
||||
p {
|
||||
text-align: justify;
|
||||
hyphens: auto;
|
||||
hyphenate-limit-lines: 2;
|
||||
text-justify: inter-character;
|
||||
word-break: break-word;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
nav#TableOfContents ul {
|
||||
padding: 0;
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
.pagination {
|
||||
display:-webkit-box;
|
||||
display:-webkit-flex;
|
||||
display:-ms-flexbox;
|
||||
display:flex;
|
||||
list-style:none;
|
||||
border-radius:.25rem;
|
||||
|
|
Loading…
Add table
Reference in a new issue