views:

67

answers:

2

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

+2  A: 

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

Rajish
This is why you use Firebug.
Reinis I.
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
A: 

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