add css comments

This commit is contained in:
Silver Kuusik
2018-01-05 00:09:08 +01:00
parent 5cc6efa684
commit f1ee5bdec2
3 changed files with 60 additions and 57 deletions

View File

@@ -15,10 +15,10 @@
<script src="sumorobot.js"></script>
</head>
<body>
<div id="bar">Disconnected<span id="battery"></span></div>
<div id="battery">Disconnected</div>
<div id="panel">
<object type="image/svg+xml" data="logo.svg">
<object class="logo" type="image/svg+xml" data="logo.svg">
RoboKoding logo
</object>
<div class="input-group">
@@ -46,16 +46,15 @@
<label class="btn btn-primary active" id="remote-disabled">
<input type="radio" name="remote" autocomplete="off" checked> Disabled
</label>
<label class="btn btn-primary" id="remote-enabled">
<label class="btn btn-primary" id="remote-enabled">
<input type="radio" name="remote" autocomplete="off"> Enabled
</label>
</label>
</div>
Remote control
<!--<input type="checkbox" class="form-check-input big-checkbox" id="remote-control">-->
</div>
</div>
<table>
<table class="blockly-table">
<tr>
<td id="blocklyArea"></td>
<td id="blocklyCodeArea">