diff --git a/css/reset.css b/css/reset.css index 43a959e3..8ce88dde 100644 --- a/css/reset.css +++ b/css/reset.css @@ -1,4 +1,3 @@ - /* ============================================================================= Base ========================================================================== */ @@ -56,7 +55,9 @@ ul{ margin: 1em 0; padding: 0 20px 0 20px; } ========================================================================== */ @media print { - * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */ + * { background: transparent !important; + color: black !important; box-shadow:none !important; text-shadow: none !important; + filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */ a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } /* Don't show links for images, or javascript/internal links */