From 110a0bf7726174250adc9495a98c7188c72204f3 Mon Sep 17 00:00:00 2001 From: Craig Davis Date: Sun, 4 Mar 2012 16:26:16 -0600 Subject: [PATCH] Update pdf style to use correct body text, hide the underlines for links in pdf view. --- assets/css/pdf.css | 5 +++++ assets/css/style.css | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/assets/css/pdf.css b/assets/css/pdf.css index 4f43a95..20fef32 100644 --- a/assets/css/pdf.css +++ b/assets/css/pdf.css @@ -1,4 +1,9 @@ body.pdf { + color: black; + a { + text-decoration: none; + color: black; + } .container { width: 1000px; margin: 0 auto; diff --git a/assets/css/style.css b/assets/css/style.css index b4e4497..8a34211 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -10,7 +10,7 @@ } body { - font-family: Garamond, "Hoefler Text", Times New Roman, Times, serif; + font-family: 'Hoefler Text', Times New Roman, Times, serif; color: #444; padding: 2em 0; } @@ -172,7 +172,7 @@ dl { } strong { float: right; - margin-top: -3em; + margin-top: -2em; } em { display: block;