Difference between revisions of "MediaWiki:Common.css"

Line 5: Line 5:
 
}
 
}
  
<STYLE>
+
a{
<!--
+
    text-decoration: underline;
a{text-decoration:underline}
+
}
-->
 
</STYLE
 

Revision as of 15:32, 25 February 2016

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

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

a{
    text-decoration: underline;
}