MediaWiki:Monobook.css: Difference between revisions
Jump to navigation
Jump to search
EMFWIKIAdmin (talk | contribs) Created page with "→All CSS here will be loaded for users of the MonoBook skin: #bodyContent { font-size: 0.975em; text-align: right; float: left; }" |
EMFWIKIAdmin (talk | contribs) No edit summary |
||
| Line 3: | Line 3: | ||
font-size: 0.975em; | font-size: 0.975em; | ||
text-align: right; | text-align: right; | ||
float: | float: right; | ||
} | } | ||
Revision as of 07:38, 7 November 2021
/* All CSS here will be loaded for users of the MonoBook skin */
#bodyContent {
font-size: 0.975em;
text-align: right;
float: right;
}