MediaWiki:Common.css: Difference between revisions

From DM Live - the Depeche Mode live encyclopedia for the masses
Jump to navigationJump to search
(Created page with "→‎CSS placed here will be applied to all skins: columnizeme ul li { background-color: #000; }")
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
columnizeme ul li {
.columnizeme ul li {
     background-color: #000;
     background-color: #000;
}
}

Revision as of 18:53, 24 March 2019

/* CSS placed here will be applied to all skins */
.columnizeme ul li {
    background-color: #000;
}