diff options
Diffstat (limited to 'arc-firefox-theme/chrome/global/aboutReader.css')
-rw-r--r-- | arc-firefox-theme/chrome/global/aboutReader.css | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/arc-firefox-theme/chrome/global/aboutReader.css b/arc-firefox-theme/chrome/global/aboutReader.css index 49436de..36945de 100644 --- a/arc-firefox-theme/chrome/global/aboutReader.css +++ b/arc-firefox-theme/chrome/global/aboutReader.css @@ -6,19 +6,6 @@ body { padding: 64px 51px; } -@media print { - #container { - max-width: 100% !important; - font-size: 14px !important; - font-family: Georgia, "Times New Roman", serif !important; - } - - body { - padding-top: 0px; - padding-bottom: 0px; - } -} - body.loaded { transition: color 0.4s, background-color 0.4s; } |