After upgrading to 1.18 and setting "vector" as skin, some changes in
MediaWiki.css don't have effect in my wiki.
I had changes in #firstHeading that now aren't showed.

I try:

h1#firstHeading {
    color: #CCCCCC;
    font-size: 0.9em;
}

and

h1.firstHeading {
    color: #CCCCCC;
    font-size: 0.9em;
}

and

.firstHeading {
    color: #CCCCCC;
    font-size: 0.9em;
}

and

#firstHeading {
    color: #CCCCCC important!;
    font-size: 0.9em important!;
}

But doesn't work in any case.

Anybody knows why?

- dvdgmz.


_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to