Commit 7801fe0c by kimth

Merge pull request #709 from MITx/bug/tomg/capa-solutions

fixed multi-box glitch
parents 9628f906 0acc75e3
......@@ -69,18 +69,18 @@ section.problem {
.solution-span {
> span {
margin: 20px 0;
display: block;
border: 1px solid #ddd;
padding: 9px 15px 20px;
background: #FFF;
position: relative;
@include box-shadow(inset 0 0 0 1px #eee);
@include border-radius(3px);
margin: 20px 0;
display: block;
border: 1px solid #ddd;
padding: 9px 15px 20px;
background: #FFF;
position: relative;
@include box-shadow(inset 0 0 0 1px #eee);
@include border-radius(3px);
&:empty {
display: none;
}
&:empty {
display: none;
}
}
}
......@@ -480,14 +480,6 @@ section.problem {
}
.detailed-solution {
border: 1px solid #ddd;
padding: 9px 15px 20px;
margin: 20px 10px;
background: #FFF;
position: relative;
@include box-shadow(inset 0 0 0 1px #eee);
@include border-radius(3px);
> p:first-child {
font-size: 0.9em;
font-weight: bold;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment