Commit 0acc75e3 by Tom Giannattasio

fixed detailed-solution bug

parent 3bf8ae8f
...@@ -67,18 +67,20 @@ section.problem { ...@@ -67,18 +67,20 @@ section.problem {
} }
} }
span.solution-span { .solution-span {
margin: 20px 0; > span {
display: block; margin: 20px 0;
border: 1px solid #ddd; display: block;
padding: 9px 15px 20px; border: 1px solid #ddd;
background: #FFF; padding: 9px 15px 20px;
position: relative; background: #FFF;
@include box-shadow(inset 0 0 0 1px #eee); position: relative;
@include border-radius(3px); @include box-shadow(inset 0 0 0 1px #eee);
@include border-radius(3px);
&:empty { &:empty {
display: none; display: none;
}
} }
} }
...@@ -478,14 +480,6 @@ section.problem { ...@@ -478,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