MediaWiki:Common.css: Difference between revisions

From The Blockheads Wiki
>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;
}
}

Revision as of 05:45, 18 May 2015

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

div.editsection
{
font-size: 80% !important;
float: right !important;
}

.ns-6 .editsection,
.ns-8 .editsection,
.ns-12 .editsection,
.ns-14 .editsection
{
display: none !important;
}