Difference between revisions of "MediaWiki:Common.css"

From EPrints Documentation
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
.source-perl, code {
+
.source-perl, .source-xml, code {
 
border: 1px solid #888;
 
border: 1px solid #888;
 
background-color: #EEE;
 
background-color: #EEE;

Revision as of 11:18, 18 April 2012

/* CSS placed here will be applied to all skins */
.source-perl, .source-xml, code {
border: 1px solid #888;
background-color: #EEE;
}
.source-perl, .source-xml {
padding: 10px 15px;
margin-left: 2em;
}
.source-perl, pre, tt, code {
font-size: 125%;
}