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
 
@@ -45,12 +45,22 @@ body {
 
  -moz-border-radius: .2em;
 
  border-radius: .2em;
 

	
 
  background: #fff;
 
  padding: 1em;
 
}
 
@media print
 
{
 
    #content
 
    {
 
	-moz-box-shadow: none;
 
	-webkit-box-shadow: none;
 
	box-shadow: none;
 
    }
 
}
 

	
 
#header {
 
  text-align: left;
 
  width: 100%;
 
}
 
#header h2 {
 
  font:  italic 20px sans-serif;
0 comments (0 inline, 0 general)