Commit 69fbe77d by Felix Sun

Fixed a rebase error in responsetypes.

Fixed a css bug in the hinter.
parent 42202520
...@@ -1812,7 +1812,7 @@ class FormulaResponse(LoncapaResponse): ...@@ -1812,7 +1812,7 @@ class FormulaResponse(LoncapaResponse):
var_dict, var_dict,
dict(), dict(),
answer, answer,
cs=self.case_sensitive, case_sensitive=self.case_sensitive,
)) ))
except UndefinedVariable as uv: except UndefinedVariable as uv:
log.debug( log.debug(
......
...@@ -20,7 +20,8 @@ ...@@ -20,7 +20,8 @@
.wizard-view { .wizard-view {
float: left; float: left;
width: 800px; width: 790px;
margin-right: 10px;
} }
.wizard-container { .wizard-container {
...@@ -33,7 +34,7 @@ ...@@ -33,7 +34,7 @@
} }
.wizard-viewbox { .wizard-viewbox {
width: 790px; width: 800px;
overflow: hidden; overflow: hidden;
position: relative; position: relative;
} }
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