Difference between revisions of "Home"

From Organic Design wiki
m (only show edit and discuss if sysop)
m (later these will go in MediaWiki:Common.css using .page-Home, .page-Contact etc)
Line 3: Line 3:
  
 
{{#css:
 
{{#css:
 +
/* later these will go in MediaWiki:Common.css using .page-Home, .page-Contact etc */
 
#p-cactions, #column-one, .footer, .firstHeading, #catlinks { display:none }
 
#p-cactions, #column-one, .footer, .firstHeading, #catlinks { display:none }
 
#content {
 
#content {

Revision as of 01:13, 5 August 2008

Template:Project


{{#css: /* later these will go in MediaWiki:Common.css using .page-Home, .page-Contact etc */

  1. p-cactions, #column-one, .footer, .firstHeading, #catlinks { display:none }
  2. content {
   padding: 0;
   margin: 5em;
   font-size: 10pt;
   line-height: 12pt;
   }

}}