Difference between revisions of "MediaWiki:Common.css"

From DeepSense Docs
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: use a <div class="noautonum"> around a page to suppress autonumbering of sections.: .noautonum .tocnumber { display:...")
 
Line 3: Line 3:
  
 
/* 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{
 +
margin-left: 20px!important;
 +
}
 +
 
.noautonum .tocnumber { display: none; }
 
.noautonum .tocnumber { display: none; }
 
.noautonum .mw-headline-number { display: none; }
 
.noautonum .mw-headline-number { display: none; }

Revision as of 14:16, 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-Best-Practices{
margin-left: 20px!important;
}

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