Difference between revisions of "MediaWiki:Common.css"

From Online Support Wiki
Jump to navigation Jump to search
m
m
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
pre {
+
pre, .note {
 
background-color:#d9edf7;
 
background-color:#d9edf7;
 
border-radius:5px;
 
border-radius:5px;
 
border: none;
 
border: none;
 
}
 
}

Revision as of 15:13, 30 June 2017

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

pre, .note {
background-color:#d9edf7;
border-radius:5px;
border: none;
}