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
mNo edit summary
 
(3 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;
}
}


#mw_contentholder {
#cs-comments {
   margin-right: 125px;
   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;
}