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: auto;
 +
}

Revision as of 16:19, 6 September 2018

/* CSS placed here will be applied to all skins */
.btn-block {
    display: block;
    width: auto;
}