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.
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will affect the print output */
/* CSS placed here will affect the print output */
#globalWrapper {
  margin-right: 125px;
}
#mw_contentholder {
  margin-right: 125px;
}


#adsenseHorizontal {
#adsenseHorizontal {

Revision as of 06:15, May 29, 2011

/* CSS placed here will affect the print output */

#adsenseHorizontal {
  display:none;
}

#amazonVertical {
  display:none;
}

#socialBookmarking {
  display:none;
}