From 12b8497db259c044b977cc7183e78653cfcdabae Mon Sep 17 00:00:00 2001 From: briandunnigan Date: Mon, 24 Nov 2014 11:34:14 -0500 Subject: [PATCH] Site Title Fix - Changing site title from all caps to regular for brand standards compliance - Making events calendar widget look nicer --- style.css | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index b0b0aa7..4092cbf 100644 --- a/style.css +++ b/style.css @@ -43,7 +43,7 @@ Template: hale #uc-site-title { } #uc-site-title a { - text-transform: uppercase; + } @@ -1015,4 +1015,21 @@ ul.letter-list-hold ul.pages-ul { #uc-navbar .navbar-inner { margin-bottom:-3px; } + + +.uc-listcal .uc-cal-event-date { + top:2px; +} + +.uc-listcal .uc-cal-event-title { + line-height:1.5em; +} + +a.uc-cal-link { + padding-left:150px; +} + +.uc-ecw { + padding-bottom:15px; +} \ No newline at end of file