Jump to content

MediaWiki:Common.css: Difference between revisions

From Gigaverse Wiki
No edit summary
No edit summary
Tag: Manual revert
ย 
(3 intermediate revisions by the same user not shown)
(No difference)

Latest revision as of 08:07, 27 June 2025

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

inputbox {
  text-align: left;
  margin-left: 0 !important;
}

.mw-inputbox-centered {
    margin: 0 !important;
    text-align: left !important;
    display: block !important;
}

.mw-inputbox-centered form {
    display: inline-block !important;
}