Actions

MediaWiki

Common.css: Difference between revisions

From falz.net

No edit summary
No edit summary
Line 2: Line 2:
pre {
pre {
   margin-left: 50px;
   margin-left: 50px;
background-color: black;
color: white;
}
}

Revision as of 12:16, 27 January 2018

/* CSS placed here will be applied to all skins */
pre {
  margin-left: 50px;
background-color: black;
color: white;
}