Difference between revisions of "Template:Hide sidebar"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
#p-cactions { left: .1em; } | #p-cactions { left: .1em; } | ||
#footer { display:none; } | #footer { display:none; } | ||
− | #mw_content { margin-left: | + | #mw_content { margin-left:0em; } |
+ | #mw-panel { display:none; } | ||
</css> | </css> |
Revision as of 17:09, 14 October 2015
<css>
- column-content {margin: 0 0 .6em 0;}
- content {margin: 2.8em 0 0 0;}
- p-logo, .generated-sidebar, #p-lang, #p-tb, #p-search, #p-navigation {
display:none;
}
- p-cactions { left: .1em; }
- footer { display:none; }
- mw_content { margin-left:0em; }
- mw-panel { display:none; }
</css>