This works as expected: <h1 style="color:green;">green</h1>
This does not (in MediaWiki:monobook.css): h1.pastoral { color:green; } <h1 style="pastoral">not green</h1>
Sy,
On 8/17/05, Hans Voss hans.voss@gmail.com wrote:
Sy, at first I would try to see if I can get the color to change by speficing directly as a 'style' ellement. Like <H1 style="color: green;"> to see if this works. Which it does in my MW1.5b4 setup.