Aalto-LeTech / JSAV-exercises

1 stars 2 forks source link

Smooth pseudocode lines #3

Open ttaiv opened 6 hours ago

ttaiv commented 6 hours ago

To remove the border between pseudocode lines one can remove the margin-bottom from file lib/odsaStyle-min.css

.jsavcodeline {
  margin-bottom: 1px;
  font-size: 14px;
  line-height: 16px;
}

The exercises should be tested after this.

This change is present in jsav-exercise-recorder repo.