Difference between revisions of "MediaWiki:Common.css"

From Online Support Wiki
Jump to navigation Jump to search
m
m
Line 5: Line 5:
 
border-radius:5px;
 
border-radius:5px;
 
border: none;
 
border: none;
 +
padding: 1em;
 +
white-space: pre-wrap;
 
}
 
}

Revision as of 15:15, 30 June 2017

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

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