As of August 2020 the site you are on (wiki.newae.com) is deprecated, and content is now at rtfm.newae.com.

Difference between revisions of "MediaWiki:Common.css"

From ChipWhisperer Wiki
Jump to: navigation, search
Line 17: Line 17:
 
}
 
}
  
 +
/*
 
.included-page {
 
.included-page {
 
     float: left;
 
     float: left;
 
}
 
}
 +
*/
  
 
.mw-collapsible-toggle{
 
.mw-collapsible-toggle{
 
     float: left;
 
     float: left;
 
}
 
}

Revision as of 06:44, 18 January 2017

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

.headerTree-h1 {
    margin-left: 10px;
}

.headerTree-h2 {
    margin-left: 30px;
}

.headerTree-h3 {
    margin-left: 60px;
}

.headerTree-h4 {
    margin-left: 90px;
}

/*
.included-page {
    float: left;
}
*/

.mw-collapsible-toggle{
    float: left;
}