Source code

Revision control

Copy as Markdown

Other Tools

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/**
* www.theaa.com - Print preview is blank
*
* The site is adding a style rule of size: 16px for @page, which is very small and Chrome
* is ignoring the rule, while Firefox honours it.
*/
@media print {
@page {
size: a3 !important;
}
}