MediaWiki

Difference between revisions of "Common.css"

From Shadow Era Wiki

m (Blanked the page)
m
Line 1: Line 1:
 
+
@-moz-document url-prefix() {
 +
    .wikitable {
 +
        /* Ajustements spécifiques pour Firefox */
 +
        width: 100% !important;
 +
    }
 +
}

Revision as of 06:11, 28 September 2024

@-moz-document url-prefix() {
    .wikitable {
        /* Ajustements spécifiques pour Firefox */
        width: 100% !important;
    }
}