Jump to content

MediaWiki:Common.css: Difference between revisions

From Logic World Wiki
No edit summary
No edit summary
 
(90 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: 3px solid #f00;
    border-radius: 10px 10px 0px 0px;
    background-color: #888;
}
}

Latest revision as of 12:54, 20 November 2025

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