MediaWiki:Common.css: Difference between revisions

From CIRPwiki
Jump to navigation Jump to search
(Created page with '→‎CSS placed here will be applied to all skins: #column-content { margin-left: -15em } #content { margin-left: 15em } #p-logo a, #p-logo a:hover { width: 15em } .portlet { wid...')
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins  
#column-content { margin-left: -15em }
#column-content { margin-left: -15em }
#content { margin-left: 15em }
#content { margin-left: 15em }
Line 5: Line 5:
.portlet { width: 14em }
.portlet { width: 14em }
#p-cactions { left: 14em }
#p-cactions { left: 14em }
*/

Revision as of 14:30, 23 April 2009

/* CSS placed here will be applied to all skins 
#column-content { margin-left: -15em }
#content { margin-left: 15em }
#p-logo a, #p-logo a:hover { width: 15em }
.portlet { width: 14em }
#p-cactions { left: 14em }
*/