Skip to content

Commit

Permalink
remove redundant color rule
Browse files Browse the repository at this point in the history
  • Loading branch information
meleyal committed Jun 29, 2011
1 parent 35872f2 commit d914677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ table { border-collapse: collapse; border-spacing: 0; }

@media print {
* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
a, a:visited { color: black !important; text-decoration: underline; }
a, a:visited { text-decoration: underline; }
a[href]:after { content: " (" attr(href) ")"; }
abbr[title]:after { content: " (" attr(title) ")"; }
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } /* Don't show links for images, or javascript/internal links */
Expand Down

0 comments on commit d914677

Please sign in to comment.