Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
Force override
No edit summary
Line 4: Line 4:
li[id^="pt-"] {
li[id^="pt-"] {
background: none !important;
background: none !important;
}
/* Remove icon padding from Extension:AddPersonalUrls */
.mw-list-item {
padding-left: 0 !important;
}
}

Revision as of 16:28, 5 March 2025

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

/* Remove icons from Extension:AddPersonalUrls */
li[id^="pt-"] {
	background: none !important;
}

/* Remove icon padding from Extension:AddPersonalUrls */
.mw-list-item {
	padding-left: 0 !important;
}