Jump to content

MediaWiki:Common.css: Difference between revisions

From Logic World Wiki
No edit summary
No edit summary
 
(94 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
code {
 
overflow-wrap:break-word !important;
.vector-tab-noicon {
    border: 7px solid #f00;
    border-radius: 10;
}
}

Latest revision as of 12:54, 20 November 2025

code {
	overflow-wrap:break-word !important;
}