MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tags: Manual revert Reverted |
No edit summary Tag: Reverted |
||
| Line 7: | Line 7: | ||
div#column-content { margin-left: -14em; } | div#column-content { margin-left: -14em; } | ||
div#content { margin-left: 14em; } | div#content { margin-left: 14em; } | ||
/* Fix the top bar alignment for MonoBook skin */ | |||
#p-personal { | |||
left: 14em; | |||
} | |||
#p-cactions { | |||
left: 14em; | |||
} | |||
Revision as of 16:30, 17 July 2026
/* increase sidebar width */
#column-content { margin-left: -15em; }
#column-content #content { margin-left: 15em; }
#p-logo a, #p-logo a:hover { width: 15em; }
#p-cactions { left: 14.5em; }
.portlet { width: 14em; }
div#column-content { margin-left: -14em; }
div#content { margin-left: 14em; }
/* Fix the top bar alignment for MonoBook skin */
#p-personal {
left: 14em;
}
#p-cactions {
left: 14em;
}