Timwi / KtaneContent

Contains all the content hosted on https://ktane.timwi.de, including all manuals and their fonts and graphics files, the Logfile Analyzer, the Highlighter, the Profile Editor, the Mode Settings Editor. The server-side code is at https://github.com/Timwi/KtaneWeb.
Other
42 stars 132 forks source link

Add manuals and fix typos #1582

Closed Rdzanuwu closed 1 year ago

Rdzanuwu commented 1 year ago
Luminoscity commented 1 year ago

Remember to remove useless CSS, like table styles if the manual has no tables. And there is no advantage to doing

.page-footer::before { content: 'Page '; }
.page-footer::after { content: ' of 1'; }

if there are less then 3-4 pages.