From 6f0cc1f059ab396a8f1042194af6e20408ece904 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 17 Oct 2014 10:57:02 -0400 Subject: [PATCH] Small updates to style --- style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/style.css b/style.css index 75c4704..caa8b34 100644 --- a/style.css +++ b/style.css @@ -91,6 +91,15 @@ img { .pFooterText a { color: #a41811 !important; } +.left-off-canvas-menu .vcard { + padding-left: 15px; +} +.left-off-canvas-menu h2 { + font-size: 13px !important; +} +footer .vcard { + text-align: center; +} .sidebar .vcard h2 { font-size: 13px !important; margin: 40px 0px 3px 10px; @@ -102,6 +111,9 @@ img { .vcard p { line-height: 110%; } +a { + text-decoration: underline; +} /* Main Contant Area */ #main { max-width: 990px; -- 2.17.1