From 789cace0c9ebca8b811263436e2a47bafef691e8 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 17 Oct 2014 10:46:06 -0400 Subject: [PATCH] update for vcard style --- style.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 4500fe2..95d0f32 100644 --- a/style.css +++ b/style.css @@ -91,9 +91,13 @@ img { .pFooterText a { color: #a41811 !important; } -.sidebar .vcard p { - font-size: 13px; -} +.vcard { + padding: 0px; + border: none; + } +.vcard p { + line-height: 110%; + } /* Main Contant Area */ #main { max-width: 990px; -- 2.17.1