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; }")
 
mNo edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will affect the print output */
/* CSS placed here will affect the print output */
#globalWrapper {
 
   margin-right: 125px;
#adsenseHorizontal {
   display:none;
}
 
#amazonVertical {
  display:none;
}
 
#cs-comments {
  display:none;
}
}

Latest revision as of 15:22, May 29, 2022

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

#adsenseHorizontal {
  display:none;
}

#amazonVertical {
  display:none;
}

#cs-comments {
  display:none;
}