MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
EMFWIKIAdmin (talk | contribs) No edit summary |
EMFWIKIAdmin (talk | contribs) No edit summary |
||
| Line 11: | Line 11: | ||
text-align: right; | text-align: right; | ||
text-indent: 0; | text-indent: 0; | ||
font-size: | font-size: 150%; | ||
text-transform: none; | text-transform: none; | ||
white-space: nowrap; | white-space: nowrap; | ||
Revision as of 07:15, 7 November 2021
/* All CSS here will be loaded for users of the Vector skin */
#coordinates {
position: absolute;
top: 0;
right: 0;
float: right;
margin: 0;
padding: 0;
line-height: 1.5em;
text-align: right;
text-indent: 0;
font-size: 150%;
text-transform: none;
white-space: nowrap;
}
#bodyContent {
font-size: 0.975em;
}