More whitespace/indentation fixes.

10.3.x-maintenance
Dominic Clifton 2015-11-14 11:34:06 +00:00
parent 8fe6425186
commit 095b1a4193
2 changed files with 9 additions and 8 deletions

View File

@ -128,16 +128,17 @@
</tr> </tr>
</table> </table>
</div> </div>
<div class="gui_box grey" style="margin-top:10px;"> <div class="gui_box grey" style="margin-top:10px;">
<table id="pid_accel" class="pid_tuning"> <table id="pid_accel" class="pid_tuning">
<tr> <tr>
<th colspan="4"> <th colspan="4">
<div class="pid_mode"> <div class="pid_mode">
<div style="width:25%; float:left; text-align:left;">Angle/Horizon <div style="width: 25%; float: left; text-align: left;">
<div class="helpicon cf_tip"> Angle/Horizon
<div class="cf_tooltiptext" i18n="pidHelp1" style="display:none;"></div> <div class="helpicon cf_tip">
</div> <div class="cf_tooltiptext" i18n="pidHelp1" style="display: none;"></div>
</div> </div>
</div>
<div style="width:25%; float:left;">Strength (Angle)</div> <div style="width:25%; float:left;">Strength (Angle)</div>
<div style="width:25%; float:left;">Strength (Horizon)</div> <div style="width:25%; float:left;">Strength (Horizon)</div>
<div style="width:25%; float:left;">Transition (Horizon)</div> <div style="width:25%; float:left;">Transition (Horizon)</div>

View File

@ -74,7 +74,7 @@
background-image: url(../images/paper.jpg); background-image: url(../images/paper.jpg);
background-size: 100%; background-size: 100%;
background-position: center; background-position: center;
border-radius: 5px; border-radius: 5px;
} }
#canvas { #canvas {