Difference between revisions of "MediaWiki:Common.css"
From Neocron Wiki
(Temp CSS fix for Special:Allmessages) |
m |
||
Line 3: | Line 3: | ||
/** Fix for Special:Allmessages page so the text can be seen */ | /** Fix for Special:Allmessages page so the text can be seen */ | ||
− | tr.def | + | #allmessagestable tr.def |
{ | { | ||
background-color: #333333; | background-color: #333333; | ||
} | } |
Revision as of 13:18, 13 May 2008
/** CSS placed here will be applied to all skins */
/** Fix for Special:Allmessages page so the text can be seen */
#allmessagestable tr.def
{
background-color: #333333;
}