diff --git a/css/zlrecipe-print.css b/css/zlrecipe-print.css index 1803935..b54e1e6 100644 --- a/css/zlrecipe-print.css +++ b/css/zlrecipe-print.css @@ -26,6 +26,9 @@ Copyright 2011, 2012 ZipList, Inc. /* SPECIFIC PRINT ELEMENT STYLES */ #zlrecipe-container .hide-print { display: none; } /* used to hide things in the recipe print view */ +#zlrecipe-print-container .pinit-overlay {display: none !important} /* used to hide the pinit plugin overlay */ +/* this requires an important statement because the style is inline */ + #zlrecipe-print-container { font-family: 'helvetica neue', helvetica, arial, verdana, sans-serif; margin: 0px;