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")

link|improve this question

1  
Hello, could you give us the source code of the generated html? – enguerran Oct 2 '09 at 14:49
OK. It IS "<hr />" in the generated html – Rajish Oct 2 '09 at 15:00
feedback

2 Answers

up vote 2 down vote accepted

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; }

link|improve this answer
2  
This is why you use Firebug. – Reinis I. Oct 2 '09 at 15:10
Web Developer addin for Firefox is great for this and many other web/css/etc things and is pretty tight with regards to bugs and bloat. Give it a try as well. – Deverill Oct 3 '09 at 23:59
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.