MediaWiki:Common.css: Difference between revisions

From Dream Chasers
Jump to navigation Jump to search
(sadly that didn't work; removing the string.)
mNo edit summary
(3 intermediate revisions by the same user not shown)
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: sans-serif;
    white-space: pre;
}
}

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