Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions css/zlrecipe-print.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down