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:03 +01:00
Showing only changes of commit 88a0dea5e9 - Show all commits

View file

@ -342,4 +342,15 @@ textarea
.control
{
vertical-align: middle;
}
}
/* Basic style fixes for wiki import */
.mw-parser-output h1
{
background-color: unset;
font-size: 1.5rem;
}
.thumbinner img {
max-width: 100%;
}