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
Tags: Manual revert Reverted
Line 1: Line 1:
.test-style {
.test-style {
     color: red;
     color: green;
     font-weight: bold;
     font-weight: bold;
     border: 2px solid black;
     border: 2px solid black;

Revision as of 08:18, 14 March 2025

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