Update step by step guide to include examples for one-by-one spellign modernizations, and promote a few of them to automated replacements in 'se modernize-spelling'

This commit is contained in:
Alex Cabal 2020-12-02 14:51:48 -06:00
parent d11e0456de
commit a6971750be
2 changed files with 198 additions and 12 deletions

View file

@ -589,6 +589,33 @@ code.full .ws{
margin-top: 0;
}
main.manual ul.changes table{
margin-top: 0;
}
main.manual ul.changes td{
padding: 0;
}
main.manual ul.changes tr + tr td{
padding-top: 1rem;
}
main.manual ul.changes td:first-child{
text-align: right;
font-weight: bold;
padding-right: 1rem;
white-space: nowrap;
}
main.manual ul.changes span.wrong{
text-decoration: wavy underline red;
}
main.manual ul.changes{
hyphens: none;
}
main.manual h1{
margin-bottom: 2rem;
}