Last Updated: February 25, 2016
·
352
· michaeldyrynda

What's wrong with this picture?

@media print {
    #programDetails {
        background: none;
        -moz-box-shadow: none;
        float: none;
        width: 100%;
        min-height: 5000em;
    }
}