MediaWiki:Common.css: Difference between revisions

From Dev Wiki
Jump to navigation Jump to search
(Create test css)
 
(Correct typo)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


wiki-template-box {
.wiki-template-box {
     padding: 5px;
     padding: 5px;
     margin: 0.5em;
     margin: 0.5em;

Revision as of 14:14, 6 May 2020

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

.wiki-template-box {
    padding: 5px;
    margin: 0.5em;
    background-color: #f8f9fa;
    border: thin solid #eaecf0;
}