vote up 0 vote down star

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

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

2 Answers

vote up 2 vote down check

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|flag
2  
This is why you use Firebug. – Reinis I. Oct 2 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 at 23:59
vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

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