MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
New page: →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 } .portlet... |
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: -14em } | ||
#column-content #content { margin-left: | #column-content #content { margin-left: 14em } | ||
#p-logo a, #p-logo a:hover { width: | #p-logo a, #p-logo a:hover { width: 14em } | ||
.portlet { width: | .portlet { width: 13em } | ||
#p-cactions { left: | #p-cactions { left: 13em } |
Revision as of 17:18, 30 August 2009
/* CSS placed here will be applied to all skins */ #column-content { margin-left: -14em } #column-content #content { margin-left: 14em } #p-logo a, #p-logo a:hover { width: 14em } .portlet { width: 13em } #p-cactions { left: 13em }