MediaWiki:Common.css: Difference between revisions

From Dream Chasers
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: ul.smw-format.ul-format.askcolumns { column-count: 2; }")
 
(let's see if this can work)
Line 3: Line 3:
ul.smw-format.ul-format.askcolumns {
ul.smw-format.ul-format.askcolumns {
     column-count: 2;
     column-count: 2;
}
.ascii-art {
    font-family: monospace;
    white-space: pre;
}
}

Revision as of 02:28, 4 July 2020

/* CSS placed here will be applied to all skins */

ul.smw-format.ul-format.askcolumns {
    column-count: 2;
}

.ascii-art {
    font-family: monospace;
    white-space: pre;
}