MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: #column-content { margin-left: -15em } #column-content #content { margin-left: 15em } #p-logo a, #p-logo a:hover { width: 15em ...") |
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: - | #column-content { margin-left: -27em } | ||
#column-content #content { margin-left: | #column-content #content { margin-left: 27em } | ||
#p-logo a, #p-logo a:hover { width: | #p-logo a, #p-logo a:hover { width: 27em } | ||
.portlet { width: 26em } | .portlet { width: 26em } | ||
#p-cactions { left: 26em } | #p-cactions { left: 26em } |
Revision as of 04:21, 30 October 2010
/* CSS placed here will be applied to all skins */ #column-content { margin-left: -27em } #column-content #content { margin-left: 27em } #p-logo a, #p-logo a:hover { width: 27em } .portlet { width: 26em } #p-cactions { left: 26em }