MediaWiki:Example.css: Difference between revisions

From Valannia Wiki
Jump to navigation Jump to search
Crackers changed the content model of the page MediaWiki:Example.css from "CSS" to "Sanitized CSS"
No edit summary
Tag: Manual revert
 
(One intermediate revision by the same user not shown)
(No difference)

Latest revision as of 08:18, 14 March 2025

.test-style {
    color: red;
    font-weight: bold;
    border: 2px solid black;
    padding: 5px;
    display: inline-block;
}