Topic on Skin talk:Medik

Great looking skin, one small issue

3
Summary by Slepi

This is Bootstrap's default, can be overridden by MediaWiki:Medik.css.

Noloader (talkcontribs)

Hi Everyone,

I'm testing skins for Mediawiki 1.35.2. Medik looks great.

There's one small issue using a template. The text of the template is blocked left, and not centered:

Kghbln (talkcontribs)

Hmm, probably caused by some CSS from Bootstrap 4? Did you try to override via MediaWiki:Medik.css?

Slepi (talkcontribs)

Hi @Noloader, the skin itself does not change the table caption alignment, so by default it's aligned to the left (as the Bootstrap library defines). If you want it to be centered, you can insert this code:

table caption {
    text-align: center;
}

to your MediaWiki:Medik.css. Let me know if that helps! -- Petr