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, .note {
+
.note {
 
background-color:#d9edf7;
 
background-color:#d9edf7;
 
border-radius:5px;
 
border-radius:5px;

Revision as of 15:17, 30 June 2017

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

.note {
background-color:#d9edf7;
border-radius:5px;
border: none;
padding: 1em;
white-space: pre-wrap;
}