Trivial fix to detailed-solution style

This commit is contained in:
kimth
2012-09-16 10:27:37 -04:00
parent 86217379e0
commit 44d5bfa9d0

View File

@@ -437,7 +437,7 @@ section.problem {
.detailed-solution {
border: 1px solid #ddd;
padding: 9px 15px 20px;
margin-bottom: 10px;
margin: 20px 10px;
background: #FFF;
position: relative;
@include box-shadow(inset 0 0 0 1px #eee);