Changeset - a636cfb18bf2
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 14 years ago 2011-10-18 20:38:50
ohnobinki@ohnopublishing.net
Don't include ugly shadow in printed output.
1 file changed with 10 insertions and 0 deletions:
0 comments (0 inline, 0 general)
styles/general.css
Show inline comments
 
@@ -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%;
0 comments (0 inline, 0 general)