Fixed a rebase error in responsetypes.

Fixed a css bug in the hinter.
This commit is contained in:
Felix Sun
2013-08-15 10:57:06 -04:00
parent 4220252055
commit 69fbe77dcb
2 changed files with 4 additions and 3 deletions

View File

@@ -1812,7 +1812,7 @@ class FormulaResponse(LoncapaResponse):
var_dict,
dict(),
answer,
cs=self.case_sensitive,
case_sensitive=self.case_sensitive,
))
except UndefinedVariable as uv:
log.debug(

View File

@@ -20,7 +20,8 @@
.wizard-view {
float: left;
width: 800px;
width: 790px;
margin-right: 10px;
}
.wizard-container {
@@ -33,7 +34,7 @@
}
.wizard-viewbox {
width: 790px;
width: 800px;
overflow: hidden;
position: relative;
}