Difference between revisions of "Template:Hide sidebar"

From Lantronix Wiki!
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:0.2em; }
+
#mw_content { margin-left:0em; }
 +
#mw-panel { display:none; }
 
</css>
 
</css>

Revision as of 17:09, 14 October 2015

<css>

  1. column-content {margin: 0 0 .6em 0;}
  2. content {margin: 2.8em 0 0 0;}
  3. p-logo, .generated-sidebar, #p-lang, #p-tb, #p-search, #p-navigation {
  display:none;

}

  1. p-cactions { left: .1em; }
  2. footer { display:none; }
  3. mw_content { margin-left:0em; }
  4. mw-panel { display:none; }

</css>