MediaWiki:Common.css

Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: .toc, #toc { display: none; }")
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


.toc, #toc { display: none; }
.toc, #toc
{
    display: none;  
}
 
.expertise
{
    color: rgb(153, 0, 0);
    font-weight: bold;
}

Revision as of 19:54, 25 June 2018

/* CSS placed here will be applied to all skins */

.toc, #toc
{
    display: none; 
}

.expertise
{
    color: rgb(153, 0, 0);
    font-weight: bold;
}