Difference between revisions of "MediaWiki: Common.css"
From PAWS Lab
| 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: -17em } | ||
| + | #content { margin-left: 17em } | ||
| + | #p-logo a, #p-logo a:hover { width: 17em } | ||
| + | .portlet { width: 16em } | ||
| + | #p-cactions { left: 16em } | ||
Revision as of 18:42, 14 April 2009
/** CSS placed here will be applied to all skins */
#column-content { margin-left: -17em }
#content { margin-left: 17em }
#p-logo a, #p-logo a:hover { width: 17em }
.portlet { width: 16em }
#p-cactions { left: 16em }
