mirror of
https://github.com/standardebooks/web.git
synced 2025-07-18 12:26:39 -04:00
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:
parent
d11e0456de
commit
a6971750be
2 changed files with 198 additions and 12 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue