Difference between revisions of "MediaWiki:Common.css"

From RiversWiki
Jump to: navigation, search
(New page: CSS placed here will be applied to all skins: displayed formula, formula number: div.texdisplay { margin: 3px; padding: 3px; background-color: transparent; text-align:c...)
(No difference)

Revision as of 11:54, 22 July 2008

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

/* 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;
}