From 422c0a467d72769eeb2996cc9f607413f5b49356 Mon Sep 17 00:00:00 2001 From: Michael Rose <est.michael@gmail.com> Date: Tue, 20 Jan 2015 15:20:01 -0500 Subject: [PATCH] Remove print styles --- _sass/print.scss | 56 ------------------------------------------------ 1 file changed, 56 deletions(-) delete mode 100644 _sass/print.scss diff --git a/_sass/print.scss b/_sass/print.scss deleted file mode 100644 index 44a37330..00000000 --- a/_sass/print.scss +++ /dev/null @@ -1,56 +0,0 @@ -// ROOT ===================================================== -* { -background : transparent !important; -color : black !important; -box-shadow : none !important; -text-shadow : none !important; -filter : none !important; --ms-filter : none !important; -position: static !important; } - -@page { -margin : 0.5cm; } - -// TYPOGRAPHY =============================================== -h2, h3 { -orphans : 3; -widows : 3; -page-break-after : avoid; } - -p { -orphans : 3; -widows : 3; } - -pre, blockquote { -border : 1px solid #333; -page-break-inside : avoid; -padding: 1em; } - -abbr[title]:after { -content: " (" attr(title) ")"; } - -a, a:visited { -text-decoration : underline; } - -a[href]:after { -content : " (" attr(href) ")"; } - -a[href^="javascript:"]:after, -a[href^="#"]:after { -content : ""; } - -// TEXTURE =============================================== -img { -max-width : 100% !important; -page-break-inside : avoid; } - -thead { -display : table-header-group; } - -tr { -page-break-inside : avoid; } - -// ELEMENTS ============================================== -// LAYOUT ================================================ -// VENDOR-SPECIFIC ======================================= -// MODERNIZR =============================================