Website fixes (#2192)
* Auto-generated configs and docs * Auto-generated configs and docs * Auto-generated configs and docs * Auto-generated configs and docs * daily builds added * website improvements * more website updates * fixed layout fuckups on mobile and desktop; added proteus link * fixed table, updated icons * website cleanup * first hamburger * more hamburger * tiny improvement * hamburger fix * better looks * happy new year * proteus updates * resize image * removed comment * flexfuel support added to website Co-authored-by: GitHub build-firmware Action <action@github.com>
This commit is contained in:
parent
a0aba69b9f
commit
b4c24d2f35
|
@ -373,7 +373,7 @@ td {
|
|||
border-bottom: 1px solid #E1E1E1; }
|
||||
th:first-child,
|
||||
td:first-child {
|
||||
padding-left: 0; }
|
||||
padding-left: 15px; }
|
||||
th:last-child,
|
||||
td:last-child {
|
||||
padding-right: 0; }
|
||||
|
|
|
@ -216,28 +216,32 @@
|
|||
<td class='oddrow'><i class="fa fa-check-circle-o fa-2x" aria-hidden="true"></i></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='evenrow'><a href='https://github.com/rusefi/rusefi/wiki/All-Supported-Triggers'>20+ OEM triggers
|
||||
supported</a></td>
|
||||
<td class='evenrow'>Flex Fuel</td>
|
||||
<td class='evenrow'><i class="fa fa-check-circle-o fa-2x" aria-hidden="true"></i></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='oddrow'>Automatic Transmission Control</td>
|
||||
<td class='oddrow'><i class="fa fa-check-circle-o fa-2x" aria-hidden="true"
|
||||
style="color:rgba(0, 0, 0, 0.3);"></i></td>
|
||||
<td class='oddrow'><a href='https://github.com/rusefi/rusefi/wiki/All-Supported-Triggers'>20+ OEM triggers
|
||||
supported</a></td>
|
||||
<td class='oddrow'><i class="fa fa-check-circle-o fa-2x" aria-hidden="true"></i></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='evenrow'><a href='https://github.com/rusefi/rusefi/wiki/GDI-status'>Direct Injection</a></td>
|
||||
<td class='evenrow'>Automatic Transmission Control</td>
|
||||
<td class='evenrow'><i class="fa fa-check-circle-o fa-2x" aria-hidden="true"
|
||||
style="color:rgba(0, 0, 0, 0.3);"></i></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='oddrow'>Flat Shifting</td>
|
||||
<td class='oddrow'><i class="fa fa-times fa-2x" aria-hidden="true"></i></td>
|
||||
<td class='oddrow'><a href='https://github.com/rusefi/rusefi/wiki/GDI-status'>Direct Injection</a></td>
|
||||
<td class='oddrow'><i class="fa fa-check-circle-o fa-2x" aria-hidden="true"
|
||||
style="color:rgba(0, 0, 0, 0.3);"></i></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='evenrow'>Rotary Engines</td>
|
||||
<td class='evenrow'>Flat Shifting</td>
|
||||
<td class='evenrow'><i class="fa fa-times fa-2x" aria-hidden="true"></i></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='oddrow'>Rotary Engines</td>
|
||||
<td class='oddrow'><i class="fa fa-times fa-2x" aria-hidden="true"></i></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
|
Loading…
Reference in New Issue