Skip to content

Commit

Permalink
remove trailing whitespace and remove old conflict indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
lgpage committed Apr 1, 2017
1 parent 0667731 commit b8100ba
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions nbgrader/server_extensions/formgrader/static/css/formgrade.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ div#notebook-container {
div.cell {
display: block;
page-break-inside: avoid;
}
div.output_wrapper {
}
div.output_wrapper {
display: block;
page-break-inside: avoid;
page-break-inside: avoid;
}
div.output {
div.output {
display: block;
page-break-inside: avoid;
page-break-inside: avoid;
}
}

Expand Down Expand Up @@ -133,7 +133,6 @@ div.nbgrader_cell .input_area {
overflow: hidden;
}

<<<<<<< HEAD
.scoring-buttons button {
background-color: #337ab7;
}
Expand Down

0 comments on commit b8100ba

Please sign in to comment.