]> git.gag.com Git - fw/quantimotor/commitdiff
drop the irrelevant icons
authorBdale Garbee <bdale@gag.com>
Sun, 25 May 2025 03:20:48 +0000 (21:20 -0600)
committerBdale Garbee <bdale@gag.com>
Sun, 25 May 2025 03:20:48 +0000 (21:20 -0600)
ui/index.html

index bc0bcf5d216dce0de435b1a77981f558c45028c4..ca5405337353fc655850539d5471587f6f30a0bb 100644 (file)
     </div>
 
     <!-- STATUS -->
-    <section class="section w3-light-grey">
-      <div class="w3-container w3-center">
+    <section class="section">
+      <div class="w3-container w3-center w3-margin-top">
         <div class="w3-row">
           <div class="w3-col m3" style="width:20%">
-            <i class="fa fa-comment w3-red w3-padding-small w3-round-xlarge"></i >
             <h3>Pressure</h3>
             <div id='pressure'></div>
           </div>
           <div class="w3-col m3" style="width:20%">
-            <i class="fa fa-comment w3-red w3-padding-small w3-round-xlarge"></i >
             <h3>Thrust</h3>
             <div id='thrust'></div>
           </div>
           <div class="w3-col m3" style="width:20%">
-            <i class="fa fa-comment w3-red w3-padding-small w3-round-xlarge"></i >
             <h3>Pyro</h3>
             <div id='pyro'></div>
           </div>
           <div class="w3-col m3" style="width:20%">
-            <i class="fa fa-comment w3-red w3-padding-small w3-round-xlarge"></i >
             <h3>Battery</h3>
             <div id='battery'></div>
           </div>
           <div class="w3-col m3" style="width:20%">
-            <i class="fa fa-comment w3-red w3-padding-small w3-round-xlarge"></i >
             <h3>Armed</h3>
             <div id='armed'></div>
           </div>