Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Making styles more generalized for custom calendar
  • Loading branch information
bcd04001 committed Feb 9, 2018
1 parent 681f653 commit 7431df4
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions style.css
Expand Up @@ -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;
Expand All @@ -2360,43 +2360,45 @@ ul.deans-blog-list li {
padding:9px 11px;
min-width:36px;
}
#home .month {
.month {
font-weight:bold;
margin-bottom:2px;
font-size:13px;
font-weight:normal;
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 {
Expand Down

0 comments on commit 7431df4

Please sign in to comment.