Difference between revisions of "MediaWiki:Common.css"

From Online Support Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: pre {background-color:#d9edf7;}")
 
m
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
pre {background-color:#d9edf7;}
+
pre {background-color:#d9edf7;
 +
border-radius:5px;
 +
}

Revision as of 15:03, 30 June 2017

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

pre {background-color:#d9edf7;
border-radius:5px;
}