Skip to content

Commit

Permalink
Added transition to author section box
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottSmith95 committed Aug 20, 2013
1 parent 90fea2a commit 775aacb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1228,11 +1228,18 @@ li.comment {
/* =Author Section
----------------------------------------------- */
.author-section {
-webkit-transition: box-shadow 0.35s ease-out;
-moz-transition: box-shadow 0.35s ease-out;
transition: box-shadow 0.35s ease-out;
box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
padding: 3.5%;
margin-bottom: 3.5%;
}

.author-section:hover {
box-shadow: 0px 2px 5px rgba(0,0,0,0.35);
}

.author-image {
width: 25%;
max-width: 128px;
Expand Down

0 comments on commit 775aacb

Please sign in to comment.