MediaWiki:Common.css: Difference between revisions

From Dream Chasers
Jump to navigation Jump to search
(let's see if this can work)
mNo edit summary
Line 6: Line 6:


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

Revision as of 02:33, 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: sans-serif;
    white-space: pre;
}