Skip to content

Commit

Permalink
Merge pull request #5 from edemaine/typo-fix
Browse files Browse the repository at this point in the history
Fix typo in "Visibility"
  • Loading branch information
edemaine authored Jul 23, 2019
2 parents e03f087 + 518ff19 commit 7635e28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ a.seeMore.closed>.fui-triangle-down{
width: 100%;
}

#simulationSettings, #errorInfo, #animationsSettings, #cameraAngle, #edgeVisiblity, #virtualReality, #materialSettings{
#simulationSettings, #errorInfo, #animationsSettings, #cameraAngle, #edgeVisibility, #virtualReality, #materialSettings{
margin-top: 15px;
}
.modal-body img{
Expand Down Expand Up @@ -726,4 +726,4 @@ object{
display: inline-block;
margin-top: 8px;
margin-left: 20px;
}
}
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1245,9 +1245,9 @@
<br/>
</div><br/>
<div>
<a href="#" class="seeMore closed" data-id="edgeVisiblity"><span class="fui-triangle-down"></span>Edge Visiblity</a>:
<a href="#" class="seeMore closed" data-id="edgeVisibility"><span class="fui-triangle-down"></span>Edge Visibility</a>:
</div>
<div id="edgeVisiblity" class="hide indent">
<div id="edgeVisibility" class="hide indent">
<label class="checkbox" for="edgesVisible">
<input id="edgesVisible" data-toggle="checkbox" class="custom-checkbox layersSelector" type="checkbox"><span class="icons"><span class="icon-unchecked"></span><span class="icon-checked"></span></span>
Edges Visible
Expand Down Expand Up @@ -1953,4 +1953,4 @@
</div>
<a href="#" id="aboutCorner">?</a>
</body>
</html>
</html>

0 comments on commit 7635e28

Please sign in to comment.