Skip to content

Commit

Permalink
Minor gyro improvements for initial prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBoesen committed May 4, 2016
1 parent d704d6d commit 10da084
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -23,8 +23,8 @@
<!-- The main body of the UI, by default contains the gyro monitor and the robot diagram -->
<article>
<svg id="gyro">
<circle id="gyroCircle" cx="85" cy="85" r="50" stroke="black" />
<rect id="gyroArm" x="80" y="5" width="10" height="80" stroke="black" />
<circle id="gyroCircle" cx="85" cy="85" r="50" />
<rect id="gyroArm" x="80" y="5" width="10" height="80" />
<text id="gyroNumber" x="90" y="115" fill="black"></text>
</svg>
<svg id="robotDiagram" width="332" height="450">
Expand Down
4 changes: 1 addition & 3 deletions style.css
Expand Up @@ -14,7 +14,7 @@ body {
button {
border: solid 1px black;
background: none;
font-size: .8em;
font-size: .7em;
padding: .5em;
cursor: pointer;
}
Expand Down Expand Up @@ -53,7 +53,6 @@ text {
height: 175px;
border: solid 2px black;
border-radius: 50%;
z-index: 50;
margin-left: 30px;
margin-top: 15px;
}
Expand Down Expand Up @@ -82,7 +81,6 @@ header {
width: 50vw;
overflow: hidden;
height: 80vh;
background:
}
.camera img {
width: 50vw;
Expand Down

0 comments on commit 10da084

Please sign in to comment.