Remove colored links from print stylesheet

This commit is contained in:
Neale Pickett 2012-09-18 18:00:55 -05:00
parent 88283f2ace
commit 685064e044
1 changed files with 5 additions and 0 deletions

View File

@ -7,3 +7,8 @@
pre {
border: solid black 1px;
}
a:link {
color: inherit;
text-decoration: underline;
}