Skip to content

Commit

Permalink
add shadow to exercise
Browse files Browse the repository at this point in the history
  • Loading branch information
ldct committed Feb 19, 2016
1 parent 155e5d0 commit 6b0aacd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/isicp.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ li {
.exercise {
background-color: #D8E5E8;
padding: 1.5em;
box-shadow: 0px 4px 5px lightgray;
}

/*ticks and crosses*/
Expand Down Expand Up @@ -199,4 +200,4 @@ img.center {

.CodeMirror-scrollbar {
display: none !important;
}
}

0 comments on commit 6b0aacd

Please sign in to comment.