Difference between revisions of "Template:Hide sidebar"
Jump to navigation
Jump to search
(Created page with "<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 { display:none; } #p-cactions { left: .1e...") |
|||
Line 2: | Line 2: | ||
#column-content {margin: 0 0 .6em 0;} | #column-content {margin: 0 0 .6em 0;} | ||
#content {margin: 2.8em 0 0 0;} | #content {margin: 2.8em 0 0 0;} | ||
− | #p-logo, .generated-sidebar, #p-lang, #p-tb, #p-search { | + | #p-logo, .generated-sidebar, #p-lang, #p-tb, #p-search, #p-navigation { |
display:none; | display:none; | ||
} | } |
Revision as of 16:58, 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:0.2em; }
</css>