Skip to content

Commit

Permalink
Formatting and code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
N1bbler committed Jan 10, 2016
1 parent 7f199c4 commit 16afdd9
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion css/ccc.css
Original file line number Diff line number Diff line change
Expand Up @@ -292,9 +292,18 @@ a.accordion-link
background-size: cover;
height: 350px;
border: 1px solid #DDD;
transition: all .5s ease;
transition: all 1.0s ease;
cursor: pointer;
}

.emailus:hover
{
background:url(../images/crew_blk.jpg) no-repeat center center;
background-size: cover;
transition: all 1.0s ease;
}


.special1 h3,
.charters1 h3,
.prestigious1 h3,
Expand Down

0 comments on commit 16afdd9

Please sign in to comment.