MediaWiki: Common.css

From Social Collaborative Singapore
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
 +
.btn-block {
 +
    display: block;
 +
    width: 50%;
 +
}

Revision as of 16:17, 6 September 2018

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

.btn-block {
    display: block;
    width: 50%;
}