Update pdf style to use correct body text, hide the underlines for links in pdf view.

This commit is contained in:
Craig Davis 2012-03-04 16:26:16 -06:00
parent 370b936037
commit 110a0bf772
2 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,9 @@
body.pdf { body.pdf {
color: black;
a {
text-decoration: none;
color: black;
}
.container { .container {
width: 1000px; width: 1000px;
margin: 0 auto; margin: 0 auto;

View File

@ -10,7 +10,7 @@
} }
body { body {
font-family: Garamond, "Hoefler Text", Times New Roman, Times, serif; font-family: 'Hoefler Text', Times New Roman, Times, serif;
color: #444; color: #444;
padding: 2em 0; padding: 2em 0;
} }
@ -172,7 +172,7 @@ dl {
} }
strong { strong {
float: right; float: right;
margin-top: -3em; margin-top: -2em;
} }
em { em {
display: block; display: block;