From d54c8a249db68157ca41635810d795eb362c5e53 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 20 Jul 2012 10:50:23 +0300 Subject: [PATCH] minor changes --- css/reset.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 */