# HG changeset patch # User Nathan Phillip Brink # Date 2011-10-18 20:38:50 # Node ID a636cfb18bf2412ff32322ce5c2ebc24aaae4988 # Parent 38c7a579bb2b704e6045e9087336c0e1de1d6edf Don't include ugly shadow in printed output. diff --git a/styles/general.css b/styles/general.css --- a/styles/general.css +++ b/styles/general.css @@ -48,6 +48,16 @@ body { background: #fff; padding: 1em; } +@media print +{ + #content + { + -moz-box-shadow: none; + -webkit-box-shadow: none; + box-shadow: none; + } +} + #header { text-align: left; width: 100%;