MediaWiki:Common.css: Difference between revisions

m
no edit summary
>Abcboy
(Created page with "→‎CSS placed here will be applied to all skins: div.editsection { float:right; font-size:90%; }")
 
>Abcboy
mNo edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


div.editsection {
div.editsection
    float:right;
{
    font-size:90%;
font-size: 80% !important;
float: right !important;
}
 
.ns-6 .editsection,
.ns-8 .editsection,
.ns-12 .editsection,
.ns-14 .editsection
{
display: none !important;
}
}
Anonymous user