Difference between revisions of "MediaWiki:Common.css"

From CCS Cataloging Manual
Jump to navigation Jump to search
(New page: →‎CSS placed here will be applied to all skins: div#UnionList p { white-space: pre; background-color: #cccccc; font-family: monospace; margin-bottom: 1em; ...)
 
Line 10: Line 10:
     padding-top: .5em;  
     padding-top: .5em;  
     padding-bottom: .5em;
     padding-bottom: .5em;
}
div#Macro
    white-space: pre;
}
}

Revision as of 19:55, 19 November 2008

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

div#UnionList p
{ 
     white-space: pre; 
     background-color: #cccccc; 
     font-family: monospace; 
     margin-bottom: 1em; 
     margin-top: 0; 
     padding-top: .5em; 
     padding-bottom: .5em;
}

div#Macro
{  
     white-space: pre;
}