Skip to content

Commit

Permalink
Update main.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspreetsingh009 committed Apr 1, 2014
1 parent 7b542f5 commit e179d10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webui/webpage/main.html
Expand Up @@ -331,9 +331,9 @@ <h2>Data from MSP430</h2>
<p style="display:inline">Channel 3:</p> &nbsp &nbsp <input type="text" id = "Ch2" style="width:80px"/> <br><br>
</div>
<div id="AnalogData2" style="width: 50%; float:left">
<p style="display:inline">Channel 5:</p> &nbsp &nbsp <input type="text" id = "Ch3" style="width:80px"/> <br><br>
<p style="display:inline">Channel 6:</p> &nbsp &nbsp <input type="text" id = "Ch4" style="width:80px"/> <br><br>
<p style="display:inline">Channel 7:</p> &nbsp &nbsp <input type="text" id = "Ch5" style="width:80px"/> <br><br>
<p style="display:inline">Channel 4:</p> &nbsp &nbsp <input type="text" id = "Ch3" style="width:80px"/> <br><br>
<p style="display:inline">Channel 5:</p> &nbsp &nbsp <input type="text" id = "Ch4" style="width:80px"/> <br><br>
<p style="display:inline">Channel 6:</p> &nbsp &nbsp <input type="text" id = "Ch5" style="width:80px"/> <br><br>
<hr style="height:0pt; visibility:hidden; margin-bottom:6px;" />
</div>
<div id="AccData">
Expand Down

0 comments on commit e179d10

Please sign in to comment.