0
0
Fork 0

Import wiki as static pages #1

Merged
c6ristian merged 12 commits from feature/wiki-static-dump into main 2024-02-20 22:34:18 +01:00
Showing only changes of commit f544ab3d1d - Show all commits

View file

@ -324,3 +324,14 @@ textarea
height: 200px;
}
/* Basic style fixes for wiki import */
.mw-parser-output h1,
.mw-parser-output h2
{
padding: 0;
}
.thumbinner img {
max-width: 100%;
}