Difference between revisions of "MediaWiki:Common.css"

(Created page with "CSS placed here will be applied to all skins: #ca-talk { display: none !important; }")
 
Line 4: Line 4:
 
     display: none !important;
 
     display: none !important;
 
}
 
}
 +
 +
<STYLE>
 +
<!--
 +
a{text-decoration:underline}
 +
-->
 +
</STYLE

Revision as of 15:30, 25 February 2016

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

#ca-talk {
    display: none !important;
}

<STYLE>
<!--
a{text-decoration:underline}
-->
</STYLE