Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* 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; | ||
| + | } | ||
Revision as of 12:46, 18 November 2011
/* 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;
}