MediaWiki:Common.css: Difference between revisions

From Dream Chasers
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 7: Line 7:
.ascii-art {
.ascii-art {
     font-family: sans-serif;
     font-family: sans-serif;
     white-space: pre-wrap
     white-space: pre-wrap;
}
}

Revision as of 02:22, 6 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-wrap;
}