MediaWiki:Common.css: Difference between revisions
Appearance
Created page with "โCSS placed here will be applied to all skins: inputbox { text-align: left; margin-left: 0 !important; }" ย |
No edit summary |
||
Line 4: | Line 4: | ||
ย ย text-align: left; | ย ย text-align: left; | ||
ย ย margin-left: 0 !important; | ย ย 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; | |||
} | } |