MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary Tag: Reverted |
||
Line 14: | Line 14: | ||
.mw-inputbox-centered form { | .mw-inputbox-centered form { | ||
ย ย ย display: inline-block !important; | ย ย ย display: inline-block !important; | ||
} | |||
/* ๐ ๏ธ Fix broken bullet lists on mobile */ | |||
ul { | |||
ย list-style-type: disc !important; | |||
ย margin-left: 1.5em !important; | |||
ย padding-left: 0 !important; | |||
} | |||
ul li { | |||
ย display: list-item !important; | |||
} | } |
Revision as of 08:03, 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;
}
/* ๐ ๏ธ Fix broken bullet lists on mobile */
ul {
list-style-type: disc !important;
margin-left: 1.5em !important;
padding-left: 0 !important;
}
ul li {
display: list-item !important;
}