remove defer buttons from print view. Fixes #836. Thanks Steven

This commit is contained in:
Reinier Balt 2009-02-08 22:32:03 +01:00
parent af711c2568
commit ca42ad4828

View file

@ -6,8 +6,6 @@
body {
background: #fff;
color: #000;
/* width: 2.5in;
height: 4.7in;*/
font-size: 8.2pt;
font-family: "Lucida Grande", "Bitstream Vera Sans", Helvetica, Verdana, Arial, sans-serif;
}
@ -18,7 +16,7 @@ img {
border:0;
}
#navcontainer, #input_box, #footer, .big-box, .refresh, .badge, h1, .icon, #minilinks {
#navcontainer, #input_box, #footer, .big-box, .refresh, .badge, h1, .icon, #minilinks, .defer-container {
display:none;
}