Commit 0ebea52f by kimth

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

fixed multi-box glitch
parents 51bc632c 35c09fd5
...@@ -69,18 +69,18 @@ section.problem { ...@@ -69,18 +69,18 @@ section.problem {
.solution-span { .solution-span {
> span { > span {
margin: 20px 0; margin: 20px 0;
display: block; display: block;
border: 1px solid #ddd; border: 1px solid #ddd;
padding: 9px 15px 20px; padding: 9px 15px 20px;
background: #FFF; background: #FFF;
position: relative; position: relative;
@include box-shadow(inset 0 0 0 1px #eee); @include box-shadow(inset 0 0 0 1px #eee);
@include border-radius(3px); @include border-radius(3px);
&:empty { &:empty {
display: none; display: none;
} }
} }
} }
...@@ -480,14 +480,6 @@ section.problem { ...@@ -480,14 +480,6 @@ section.problem {
} }
.detailed-solution { .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 { > p:first-child {
font-size: 0.9em; font-size: 0.9em;
font-weight: bold; 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