This site is a developmental version of Wiki Law School. To go to the production site: www.wikilawschool.org

MediaWiki:Print.css: Difference between revisions

From wikilawschool.net. Wiki Law School does not provide legal advice. For educational purposes only.
(Created page with "→‎CSS placed here will affect the print output: #globalWrapper { margin-right: 125px; }")
 
No edit summary
Line 1: Line 1:
/* CSS placed here will affect the print output */
/* CSS placed here will affect the print output */
#globalWrapper {
#globalWrapper {
  margin-right: 125px;
}
#mw_contentholder {
   margin-right: 125px;
   margin-right: 125px;
}
}

Revision as of 05:59, May 29, 2011

/* CSS placed here will affect the print output */
#globalWrapper {
  margin-right: 125px;
}

#mw_contentholder {
  margin-right: 125px;
}