diff --git a/style.css b/style.css index fb3021d..7eba777 100644 --- a/style.css +++ b/style.css @@ -2346,12 +2346,12 @@ ul.deans-blog-list li { } -/* ============ Home Page Additions 082616 ================ */ -#home .event-wrap { +/* ============ Home Page Additions 082616 ===== Update 020918 to make it less specific =========== */ +.event-wrap { margin-bottom:15px; } - #home .date-wrap { + .date-wrap { background-color: #E8ECED; border:1px solid #DBDBDB; display: inline-block; @@ -2360,7 +2360,7 @@ ul.deans-blog-list li { padding:9px 11px; min-width:36px; } - #home .month { + .month { font-weight:bold; margin-bottom:2px; font-size:13px; @@ -2368,35 +2368,37 @@ ul.deans-blog-list li { color:#387C9F; letter-spacing: 0.5px; } - #home .day { + .day { font-size:23px; color:#777; } - #home .details-wrap { + .details-wrap { padding-left:74px; } - #home .event-name { + .event-name { font-size:14px; font-weight:bold; } - #home .event-name a { + .event-name a { color:#387C9F; text-decoration:none; } - #home .event-name a:hover { + .event-name a:hover { text-decoration:underline; } - #home .time { + .time { font-size:12px; } - #home .location { + .location { font-size:12px; } + + .single-story .header-line-height {