Question

In wiki you can add horizontal line just by adding "----" in the text you enter. I just couldn't find what CSS section controls it. (And no, it's not "hr")

Was it helpful?

Solution

Thanks to comment from enguerran I've checked it and it is 'hr' tag. But I've tried wrong properties. This one works:

hr { border-top: 1px solid #E58E9F; }

OTHER TIPS

To apply this change to all wiki skins, edit the wiki page [[Mediawiki:Common.css]], and put your hr { } CSS in there.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top