Difference between revisions of "MediaWiki:Common.css"

From CCS Cataloging Manual
Jump to navigation Jump to search
(Undo revision 263 by JohnLavalie (Talk) didn't work)
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:56, 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;
}