MediaWiki:Common.css: Difference between revisions
From ACT Wiki
Jump to navigationJump to search
(Created page with "→CSS placed here will be applied to all skins: .mw-context-text span { display: block; margin-bottom: 1rem; float: right; }") |
(No difference)
|
Revision as of 13:11, 9 August 2023
/* CSS placed here will be applied to all skins */
.mw-context-text span
{
display: block;
margin-bottom: 1rem;
float: right;
}