Created page with "→CSS placed here will be applied to all skins: .twoColumns { -moz-column-count:2; -webkit-column-count:2; column-count:2; }" |
(No difference)
|
Latest revision as of 21:11, 27 January 2025
/* CSS placed here will be applied to all skins */
.twoColumns {
-moz-column-count:2;
-webkit-column-count:2;
column-count:2;
}
