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
2009-10-02 15:03:21
This is why you use Firebug.
Reinis I.
2009-10-02 15:10:02
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
2009-10-03 23:59:28