MediaWiki talk:Common.css

Add topic
Revision as of 16:44, 19 January 2025 by Kghbln (talk | contribs) (Created page with "; CSS to be added <pre> →‎* Semantic MediaWiki * Change the location of the tab on property pages: .smw-tabs label.nav-label.smw-tab-right { float: left; } </pre>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
CSS to be added
/** Semantic MediaWiki
 * Change the location of the tab on property pages
 */
.smw-tabs label.nav-label.smw-tab-right {
	float: left;
}