(Created page with "→CSS placed here will affect the print output: #firstHeading, #siteSub { display: none !important; }") |
(No difference)
|
Revision as of 02:18, 22 January 2015
/* CSS placed here will affect the print output */
#firstHeading, #siteSub
{
display: none !important;
}
