diff options
-rw-r--r-- | docs/landscape_grid.html | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/docs/landscape_grid.html b/docs/landscape_grid.html index 5ea3a9980..910f028b9 100644 --- a/docs/landscape_grid.html +++ b/docs/landscape_grid.html @@ -216,7 +216,7 @@ the array so you can quickly see what is used and what is not. <td class="bits">-inherit-</td> </tr> <tr> - <td rowspan=2>9</td> + <td rowspan=3>9</td> <td class="caption">tunnel</td> <td class="bits">XXXX XXXX</td> <td class="bits"><span class="free">OOOO OOOO OOOO OOOO</span></td> @@ -226,7 +226,16 @@ the array so you can quickly see what is used and what is not. <td class="bits">XXXX XXXX</td> </tr> <tr> - <td>bridge</td> + <td>bridge ramp</td> + <td class="bits">XXXX XXXX</td> + <td class="bits"><span class="free">OOOO OOOO</span> <span class="abuse">XXXX</span> <span class="free">OOOO</span></td> + <td class="bits"><span class="free">OOOO</span> XXXX</td> + <td class="bits">X<span class="free">OOO OOOO</span></td> + <td class="bits">XXXX XXXX</td> + <td class="bits">XXX<span class="free">O O</span>XXX</td> + </tr> + <tr> + <td>bridge middle part</td> <td class="bits">XXXX XXXX</td> <td class="bits"><span class="free">OOOO OOOO</span> <span class="abuse">XXXX XXXX</span></td> <td class="bits">XXXX XXXX</td> |