Skip to content

Commit

Permalink
Use monospaced fonts for testbed
Browse files Browse the repository at this point in the history
  • Loading branch information
kbairak committed Mar 7, 2016
1 parent e9c95fb commit e1db247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testbed/templates/main/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
<div class="form-group">
Source content:
<textarea name="source" class="form-control"
rows="32"></textarea>
rows="32" style="font-family:monospace"></textarea>
</div>
<button type="submit" class="btn btn-default">Parse</button>
</form>
Expand Down

0 comments on commit e1db247

Please sign in to comment.