Difference between revisions of "MediaWiki:Common.css"

From Cargo Handbook - the world's largest cargo transport guidelines website
Line 11: Line 11:
 
   float: right;
 
   float: right;
 
}
 
}
 
#mw-subcategories { display: none; }
 
#mw-pages { display: none; }
 

Revision as of 12:27, 14 March 2012

/* h1, h2, h3, h4, h5, h6 {color: 003a81;}; */

/* displayed formula, formula number */
div.texdisplay {
   margin: 3px; padding: 3px;
   background-color: transparent;
   text-align:center;
}
/* change to float:left if you want formula numbers appear on the left */
div.texdisplay span.dispno {
   float: right;
}