Addition of link to setup had one too few columns.
authorGreg Wilson <gvwilson@third-bit.com>
Wed, 18 Jan 2017 12:27:55 +0000 (07:27 -0500)
committerGreg Wilson <gvwilson@third-bit.com>
Wed, 18 Jan 2017 12:27:55 +0000 (07:27 -0500)
Rev 7da36a56c0ee added a new row to the syllabus table with only 11 columns (instead of 12), which broke layout.
This fix adds the missing space.

_includes/syllabus.html

index dfa7d51ec59a8fa95000bab7ba1fa926fdc38b6d..0b206cc11959b0fa3cb7c93ee866b9971b6eed9c 100644 (file)
@@ -14,6 +14,7 @@
 
   <table class="table table-striped">
   <tr>
+    <td class="col-md-1"></td>
     <td class="col-md-1"></td>
     <td class="col-md-3"><a href="{{ page.root }}/setup">Setup</a></td>
     <td class="col-md-7">Dowload files used on the lesson.</td>