Moved your reply to this thread.
Hey Josh.. I tried the !important concept and it doesn't seem to change anything.
(also, to me.. !important means "not important".. strange they should use that for priority)
Sy,
On 8/17/05, Joshua Oreman oremanj@gmail.com wrote:
On 8/16/05, Sy sy1234@gmail.com wrote:
Along the same lines.. when editing MediaWiki:Monobook.css .. I notice that I cannot do something like:
h1, h2 { border-bottom: none; border-top: 1px solid #aaa; }
.. to customize my header displays. Is this because this file is not appropriate for customizing things already found in the physical monobook.css file?
I'm far from an expert on CSS, but you might be able to fix this with
h1, h2 { border-bottom: none !important; border-top: 1px solid #aaa !important; }
No idea why it doesn't work the other way -- MediaWiki:Monobook.css is sourced after the CSS you're trying to override.