Difference between revisions of "MediaWiki:Common.css"

From DeepSense Docs
Jump to: navigation, search
Line 4: Line 4:
 
/* use a <div class="noautonum"> around a page to suppress autonumbering of sections. */
 
/* use a <div class="noautonum"> around a page to suppress autonumbering of sections. */
  
#n-Best-Practices{
+
#n-Your-Profile{
 
margin-left: 20px!important;
 
margin-left: 20px!important;
 
}
 
}

Revision as of 14:19, 1 December 2020

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


/* use a <div class="noautonum"> around a page to suppress autonumbering of sections. */

#n-Your-Profile{
margin-left: 20px!important;
}

.noautonum .tocnumber { display: none; }
.noautonum .mw-headline-number { display: none; }